mirror of
https://github.com/mikpe/pdp10-tools.git
synced 2026-01-24 03:18:22 +00:00
as: input: .data directive bug fix
This commit is contained in:
parent
4850c75237
commit
6f966758eb
@ -98,7 +98,7 @@ pass1_stmt(Location, Ctx, Stmt) ->
|
||||
_ -> {ok, ctx_append(Ctx, Location, Stmt)}
|
||||
end.
|
||||
|
||||
dot_data(Location, Ctx, #s_dot_text{nr = SubsectionNr}) ->
|
||||
dot_data(Location, Ctx, #s_dot_data{nr = SubsectionNr}) ->
|
||||
{ok, ctx_data(Ctx, Location, SubsectionNr)}.
|
||||
|
||||
dot_popsection(Location, Ctx0, #s_dot_popsection{}) ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user