Fixing some silent exceptions in FillOutStructureCmd

This commit is contained in:
caheckman
2020-12-07 15:55:25 -05:00
parent 87f3271ab6
commit bf43007117
3 changed files with 36 additions and 62 deletions

View File

@@ -123,7 +123,7 @@ input0 and output must be the same.
This instruction loads data from a dynamic location into the output
variable by dereferencing a pointer. The “pointer” comes in two
pieces. One piece, input1, is a normal variable containing the offset
of the object being pointed at. The other piece, input1, is a constant
of the object being pointed at. The other piece, input0, is a constant
indicating the space into which the offset applies. The data in input1
is interpreted as an unsigned offset and should have the same size as
the space referred to by the ID, i.e. a 4-byte address space requires