commit | 3d5c5f876d171983d614925eebe4f0edccbb75be | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Tue Oct 09 21:53:08 2012 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sun Oct 28 14:54:22 2012 +0100 |
tree | b8af1e21359eb45a93a57b0b19b27412c0223084 | |
parent | b202d41ee705a7a6152d03eb362e2e2147505022 [diff] |
tcg: synchronize globals for ops with side effects Operations with side effects (in practice qemu_ld/st ops), only need to synchronize globals to make sure the CPU state is consistent in case of exception. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>