mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 15:34:09 +00:00
PPC64: Fix tab indentation from last commit
This commit is contained in:
parent
f7dcabbe36
commit
747bff95ca
@ -395,8 +395,8 @@
|
|||||||
ngpr += 1; /* align GPRs */ \
|
ngpr += 1; /* align GPRs */ \
|
||||||
else if (nsp + 1 <= CCALL_MAXSTACK) \
|
else if (nsp + 1 <= CCALL_MAXSTACK) \
|
||||||
nsp += 1; /* align save area slots */ \
|
nsp += 1; /* align save area slots */ \
|
||||||
else \
|
else \
|
||||||
goto err_nyi; /* Too many args */ \
|
goto err_nyi; /* Too many args */ \
|
||||||
goto done; \
|
goto done; \
|
||||||
} \
|
} \
|
||||||
} else { /* Try to pass argument in GPRs. */ \
|
} else { /* Try to pass argument in GPRs. */ \
|
||||||
|
Loading…
Reference in New Issue
Block a user