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:
parent
47970773bc
commit
a0714ec410
32 changed files with 3511 additions and 3523 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue