Code for logging and replay (doesn't work because of nondet in lua)
This commit is contained in:
@@ -113,7 +113,7 @@ namespace eng {
|
||||
dlfree(p);
|
||||
}
|
||||
int memhash() {
|
||||
return hash;
|
||||
return (hash & 0x3FFFFFFF) | 0x40000000;
|
||||
}
|
||||
} // namespace eng
|
||||
|
||||
|
||||
Reference in New Issue
Block a user