Make syscalls serialize after instructions so they work properly on the new CPU model.
--HG-- extra : convert_revision : c2cea5771e41d3c97d0e44559316363718d89abd
This commit is contained in:
@@ -701,7 +701,7 @@ decode OPCODE default Unknown::unknown() {
|
||||
}}, IsNonSpeculative);
|
||||
0x83: callsys({{
|
||||
xc->syscall(R0);
|
||||
}}, IsNonSpeculative);
|
||||
}}, IsSerializeAfter, IsNonSpeculative);
|
||||
// Read uniq reg into ABI return value register (r0)
|
||||
0x9e: rduniq({{ R0 = Runiq; }}, IsIprAccess);
|
||||
// Write uniq reg with value from ABI arg register (r16)
|
||||
|
||||
Reference in New Issue
Block a user