mirror of
https://github.com/mikpe/pdp10-tools.git
synced 2026-01-24 11:22:52 +00:00
as: tunit: correct type of address field in #s_insn{}
This commit is contained in:
parent
c41caee3ba
commit
162faefd81
@ -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)
|
||||
}).
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user