TAL Reference Manual
Error Messages
Appendix A—526371.001
A-32
131
131
A single procedure is larger than 32K words long. Reduce the size of the procedure.
132
The code generator detected an internal logic error. Report this occurrence to HP and
include a copy of the complete compilation listing (and source, if possible).
133
The code generator detected a label table overflow. Report this occurrence to HP and
include a copy of the complete compilation listing (and source, if possible).
134
An assignment to a USE register appears in an actual parameter list. After a procedure
call, the compiler restores the USE register to its original value and the changed value
is lost. Before issuing the CALL statement, use an assignment statement to change the
value in the USE register.
135
UNSIGNED(17–31) operands appear incorrectly in a conditional expression. To correct
the expression, either change the data type or change the operator. With Boolean
operators and unsigned relational operators, use only STRING, INT, or UNSIGNED(1–
16) operands. With signed relational operators, use operands of any data type,
including UNSIGNED(17–31) operands.
Procedure code space exceeds 32K words
Compiler internal logic error detected in code generator
Compiler label table overflow
Value assigned to USE variable within argument list may be
lost
Use relational expression