mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-13 17:20:21 +02:00
Fix compile warnings for 32-bit tests
This commit is contained in:
parent
e9d1567f7f
commit
b116314591
14 changed files with 26 additions and 26 deletions
|
@ -1,11 +1,11 @@
|
|||
#include "test.h"
|
||||
|
||||
static uint64_t data[] = { 0xffffffffffffffff, 0, 0x4242424212345678 };
|
||||
|
||||
static void
|
||||
run_test(jit_state_t *j, uint8_t *arena_base, size_t arena_size)
|
||||
{
|
||||
#if __WORDSIZE > 32
|
||||
static uint64_t data[] = { 0xffffffffffffffff, 0, 0x4242424212345678 };
|
||||
|
||||
jit_begin(j, arena_base, arena_size);
|
||||
jit_load_args_1(j, jit_operand_gpr (JIT_OPERAND_ABI_POINTER, JIT_R1));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue