Changes between Version 1 and Version 2 of Ticket #360


Ignore:
Timestamp:
04/19/2025 07:15:03 AM (15 months ago)
Author:
Gary Dixon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #360 – Description

    v1 v2  
    88It would be nice if this program's code argument declaration was changed to correct this problem.
    99
    10 Meanwhile, programs declaring these entrypoints can manually change the declaration of the code argument to fixed bin(35).  Storage for both fixed bin aligned and fixed bin(35) aligned values is the same size.
     10Meanwhile, programs declaring these entrypoints can manually change the declaration of the code argument to fixed bin(35).  Storage for both fixed bin aligned and fixed bin(35) aligned values is the same size.  This saves the programmer from having to declare an old_style_code variable to prevent the PL1 compiler from passing the normal code variable (fixed bin(35)) by value rather than by reference.
     11