Skip to content

Commit

Permalink
Merge commit '734a3fa' into pull-luajit-jan2018
Browse files Browse the repository at this point in the history
  • Loading branch information
lukego committed Jan 17, 2018
2 parents 653d48a + 734a3fa commit 836ba21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jit/bcsave.lua
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ typedef struct {
o.sect[2].size = fofs(ofs)
o.sect[3].type = f32(3) -- .strtab
o.sect[3].ofs = fofs(sofs + ofs)
o.sect[3].size = fofs(#symname+1)
o.sect[3].size = fofs(#symname+2)
ffi.copy(o.space+ofs+1, symname)
ofs = ofs + #symname + 2
o.sect[4].type = f32(1) -- .rodata
Expand Down

0 comments on commit 836ba21

Please sign in to comment.