mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 22:17:55 -05:00
Fixing some silent exceptions in FillOutStructureCmd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user