diff options
Diffstat (limited to 'tcg')
-rw-r--r-- | tcg/tcg-op.h | 1 | ||||
-rw-r--r-- | tcg/tcg-runtime.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tcg/tcg-op.h b/tcg/tcg-op.h index a0eaa81f2d..5432ac1fa0 100644 --- a/tcg/tcg-op.h +++ b/tcg/tcg-op.h @@ -2054,4 +2054,3 @@ static inline void tcg_gen_qemu_st64(TCGv_i64 arg, TCGv addr, int mem_index) #define tcg_gen_addi_ptr tcg_gen_addi_i64 #define tcg_gen_ext_i32_ptr tcg_gen_ext_i32_i64 #endif /* TCG_TARGET_REG_BITS != 32 */ - diff --git a/tcg/tcg-runtime.c b/tcg/tcg-runtime.c index c4dad260c3..1d77c37ee2 100644 --- a/tcg/tcg-runtime.c +++ b/tcg/tcg-runtime.c @@ -66,4 +66,3 @@ uint64_t tcg_helper_remu_i64(uint64_t arg1, uint64_t arg2) { return arg1 % arg2; } - |