diff options
Diffstat (limited to 'tcg/tcg-runtime.c')
-rw-r--r-- | tcg/tcg-runtime.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; } - |