Reference Guide

160 Chapter 8
Diagnostic Messages
Error Messages
ACTION Remove the duplicate .CALLINFO
directive or correct the location of the
.PROC and .PROCEND directives for
this procedure.
1031 MESSAGE Value for %s must be >=0
CAUSE 1. In a .CALLINFO directive the
parameter FRAME is assigned a
negative value. 2. In .BLOCK or
.BLOCKZ directive the parameter is a
negative value.
ACTION Supply a non-negative value.
1032 MESSAGE Value for %s must be in range
%r3..%r18
CAUSE In a .CALLINFO directive the
parameter ENTRY_GR is assigned an
invalid general register.
ACTION Use a general register in the range
%r3 to %r18 when assigning to the
parameter ENTRY_GR.
1033 MESSAGE Value for %s must be in range
%fr12..%fr21
CAUSE In a .CALLINFO directive the
parameter ENTRY_FR is assigned an
invalid floating-point register.
ACTION Use a floating-point register in the
range %fr12 to %fr21 when
assigning to the parameter
ENTRY_FR.
1034 MESSAGE ENTRY_SR must be %sr3 or not
specified
CAUSE In a .CALLINFO directive the
parameter ENTRY_SR specifies an
invalid space register.