mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 15:34:09 +00:00
Fix test table (needed comma at end of line to compile).
Also, re-align table columns.
This commit is contained in:
parent
1362e9aee2
commit
b24d490a42
@ -108,8 +108,8 @@ test_table test[] = {
|
||||
{ 5, 7, rx, 12298, "rx"},
|
||||
{ 5, 7, rxy, 10, "rxy"},
|
||||
{ 2, 4, lab, 32, "lab"},
|
||||
{ 2, 0, add_imm16,17, "imm16"}
|
||||
{ 2, 0, add_imm32,16, "imm32"}
|
||||
{ 2, 0, add_imm16, 17, "imm16"},
|
||||
{ 2, 0, add_imm32, 16, "imm32"}
|
||||
};
|
||||
|
||||
static void *jitcode(dasm_State **state, size_t *size)
|
||||
|
Loading…
Reference in New Issue
Block a user