Inspect Manual

Error and Warning Messages
Inspect Manual429164-006
A-47
389
389
This warning is reported for accelerated programs if the specified TNS/R address is not
32-bit word aligned.
390
This warning is reported when a memory access breakpoint is set on a variable that is
that is not word aligned larger than 16 bits in size. In this case, the breakpoint is set on
the first word of memory that contains the variable.
391
This warning is reported for accelerated programs when a STEP command is issued
and the current location is not a memory-exact point. Under these circumstances, the
STEP command will advance the program to the next memory-exact point.
392
This warning is reported when a save file for an accelerated program is added and the
object file was created by a version of the accelerator that is not recognized by Inspect.
You will still be able to access program state information except that which is specific to
accelerated programs.
393
This error is reported if you attempt to specify a TNS/R machine register that is not in
the range $0 - $31.
Address is not aligned to a TNS/R instruction boundary
it will be rounded down to the previous instruction
Variable is larger than 16-bits and is not word aligned;
breakpoint is set on the first 16-bit word containing the
variable
Current location is not a memory-exact point;
execution will be stepped to the next memory-exact point
Object file file was created by an unrecognized Accelerator
version;
Accelerator information will be unavailable
A TNS/R register must be in the range 0-31