mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
Typo.
This commit is contained in:
parent
4fc48c50fe
commit
80c1c65bce
@ -460,8 +460,8 @@ typedef struct jit_State {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
IRIns *irbuf; /* Temp. IR instruction buffer. Biased with REF_BIAS. */
|
IRIns *irbuf; /* Temp. IR instruction buffer. Biased with REF_BIAS. */
|
||||||
IRRef irtoplim; /* Upper limit of instuction buffer (biased). */
|
IRRef irtoplim; /* Upper limit of instruction buffer (biased). */
|
||||||
IRRef irbotlim; /* Lower limit of instuction buffer (biased). */
|
IRRef irbotlim; /* Lower limit of instruction buffer (biased). */
|
||||||
IRRef loopref; /* Last loop reference or ref of final LOOP (or 0). */
|
IRRef loopref; /* Last loop reference or ref of final LOOP (or 0). */
|
||||||
|
|
||||||
MSize sizesnap; /* Size of temp. snapshot buffer. */
|
MSize sizesnap; /* Size of temp. snapshot buffer. */
|
||||||
|
Loading…
Reference in New Issue
Block a user