Skip to content

Commit

Permalink
Fix ASMA140W
Browse files Browse the repository at this point in the history
```
ASMA140W END record missing
```
  • Loading branch information
fjeremic committed Aug 18, 2021
1 parent 9309637 commit 0563b80
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions port/zos390/omrgetstfle64.s
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ Z_GSTFLE AMODE 64
DC X'b2b02000'
lgr r3,r0
b RETURNOFFSET(CRA)
END
3 changes: 1 addition & 2 deletions port/zos390/omrjobname.s
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,4 @@ _JOBNAME CELQPRLG BASEREG=8
IHASTCB
IKJTCB
*
END

END
3 changes: 1 addition & 2 deletions port/zos390/omruserid.s
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,4 @@ _USERID CELQPRLG BASEREG=8
IHASTCB
IKJTCB
*
END

END
2 changes: 1 addition & 1 deletion util/omrutil/unix/zos/omrgetdsa.s
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ GETDSA CELQPRLG DSASIZE=0,BASEREG=NONE
LGR R3,R4 move DSA into return code
CELQEPLG
.JMP2 ANOP

END

0 comments on commit 0563b80

Please sign in to comment.