mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 15:34:09 +00:00
Get DASM_SECTION argument from the correct place.
This commit is contained in:
parent
17d91e2f0c
commit
9745e9df26
@ -204,7 +204,7 @@ void dasm_put(Dst_DECL, int start, ...)
|
|||||||
case DASM_STOP:
|
case DASM_STOP:
|
||||||
goto stop;
|
goto stop;
|
||||||
case DASM_SECTION:
|
case DASM_SECTION:
|
||||||
n = (ins & 255);
|
n = *p++ & 255;
|
||||||
CK(n < D->maxsection, RANGE_SEC);
|
CK(n < D->maxsection, RANGE_SEC);
|
||||||
D->section = &D->sections[n];
|
D->section = &D->sections[n];
|
||||||
goto stop;
|
goto stop;
|
||||||
|
Loading…
Reference in New Issue
Block a user