Skip to content

Commit

Permalink
Merge pull request #7339 from Deigue/openxl-porttest
Browse files Browse the repository at this point in the history
Fix omrgenerate_ieat_dump.s assembly instruction to load 64 bit
  • Loading branch information
babsingh committed Jun 11, 2024
2 parents e2affa3 + 51f8601 commit 8735090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion port/zos390/omrgenerate_ieat_dump.s
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ _TDUMP EDCXPRLG BASEREG=8
.JMP1 ANOP
_TDUMP CELQPRLG BASEREG=8
* IEATDUMP macro will toast R1, so keep it in R3
LR 3,1
LGR 3,1
USING IOPARMS,3
CALL BPX4ENV, +
(=A(ENV_TOGGLE_SEC), +
Expand Down

0 comments on commit 8735090

Please sign in to comment.