mirror of
https://github.com/mikpe/pdp10-tools.git
synced 2026-04-08 22:20:49 +00:00
as: tunit: correct type of address field in #s_insn{}
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
-record(s_insn,
|
||||
{ high13 :: 0..((1 bsl 13) - 1)
|
||||
, at :: boolean()
|
||||
, address :: non_neg_integer() % TODO: relocatable expr
|
||||
, address :: expr()
|
||||
, index :: 0..((1 bsl 4) - 1)
|
||||
}).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user