mirror of
https://github.com/notwa/lips
synced 2024-11-14 09:59:03 -08:00
fix align directive with arguments
This commit is contained in:
parent
3febafef02
commit
4b8af13e78
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ function Parser:directive()
|
|||
if self:is_EOL() and name == 'ALIGN' then
|
||||
add(name, 0)
|
||||
else
|
||||
local size = self:number()
|
||||
local size = self:number().tok
|
||||
if self:is_EOL() then
|
||||
add(name, size)
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue