Reference Guide

Chapter 8 169
Diagnostic Messages
Error Messages
ACTION Supply the missing value to be
associated with the keyword using
the format keyword=value.
1080 MESSAGE Missing integer for parameter
%s
CAUSE An operand to a directive is expecting
a value to be supplied. For example,
the FRAME keyword to the
.CALLINFO directive expects an
argument to be associated like this:
FRAME=32
ACTION Supply the missing value to be
associated with the keyword using
the format keyword=integer.
1081 MESSAGE Missing register for
parameter %s
CAUSE An operand to a directive is expecting
a value to be supplied. For example
the ENTRY_GR keyword to the
.CALLINFO directive expects an
argument to be associated like this:
ENTRY_GR=%r6
ACTION Supply the missing value to be
associated with the keyword using
the format keyword=register.
1082 MESSAGE Wrong kind of register for
parameter %s
CAUSE An operand to a directive is expecting
a different register class to be
supplied. For example the ENTRY_GR
keyword to the .CALLINFO directive
expects a general purpose register to
be associated; supplying a
floating-point register to ENTRY_GR
would produce this error message.
ACTION Use a register of the expected class
for the keyword.