diff options
Diffstat (limited to 'tests/ldxi_u16.c')
-rw-r--r-- | tests/ldxi_u16.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ldxi_u16.c b/tests/ldxi_u16.c index 2eb68c3..5452037 100644 --- a/tests/ldxi_u16.c +++ b/tests/ldxi_u16.c @@ -18,9 +18,9 @@ int main(int argc, char *argv[]) ejit_select_compile_func(f, 1, 0, EJIT_USE64(long), do_jit); - assert(erf1(f, EJIT_ARG(sizeof(int16_t) * 0, long)) == 0xffff); - assert(erf1(f, EJIT_ARG(sizeof(int16_t) * 1, long)) == 0); - assert(erf1(f, EJIT_ARG(sizeof(int16_t) * 2, long)) == 0x4242); + assert(erfi1(f, EJIT_ARG(sizeof(int16_t) * 0, long)) == 0xffff); + assert(erfi1(f, EJIT_ARG(sizeof(int16_t) * 1, long)) == 0); + assert(erfi1(f, EJIT_ARG(sizeof(int16_t) * 2, long)) == 0x4242); ejit_destroy_func(f); } |