diff options
Diffstat (limited to 'qemu/gen-icount.h')
-rw-r--r-- | qemu/gen-icount.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu/gen-icount.h b/qemu/gen-icount.h index d53159c0..d4524d66 100644 --- a/qemu/gen-icount.h +++ b/qemu/gen-icount.h @@ -53,4 +53,3 @@ static inline void gen_io_end(void) tcg_gen_st_i32(tmp, cpu_env, offsetof(CPUState, can_do_io)); tcg_temp_free_i32(tmp); } - |