1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-22 03:30:22 +02:00

Finish conversion to stdint types

This commit is contained in:
Andy Wingo 2018-10-31 21:49:10 +01:00
parent 47970773bc
commit a0714ec410
32 changed files with 3511 additions and 3523 deletions

View file

@ -232,7 +232,7 @@ _jit_allocai(jit_state_t *_jit, int32_t length)
}
void
_jit_allocar(jit_state_t *_jit, int32_t u, jit_int32_t v)
_jit_allocar(jit_state_t *_jit, int32_t u, int32_t v)
{
int32_t reg;
assert(_jitc->function);