diff options
Diffstat (limited to 'register.c')
| -rw-r--r-- | register.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,5 +44,5 @@ const struct reg R8 = { }; const struct reg* const CALLING_CONV[] = {&RDI, &RSI, &RDX, &R10, &R9, &R8}; -const unsigned long long CC_N_REGS = +const unsigned char CC_N_REGS = sizeof(CALLING_CONV) / sizeof(const struct reg* const); |
