From d02e076507e9ba57b69a0b068b5e1865d120f066 Mon Sep 17 00:00:00 2001 From: niravthakkar Date: Tue, 3 Jan 2017 15:55:25 +0530 Subject: [PATCH] Minor fix, for arguments in shift operations --- src/vm_s390x.dasc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vm_s390x.dasc b/src/vm_s390x.dasc index 61203413..12cb0e5e 100644 --- a/src/vm_s390x.dasc +++ b/src/vm_s390x.dasc @@ -1520,7 +1520,7 @@ static void build_subroutines(BuildCtx *ctx) | lg RA, 8(BASE) | checkint RA, ->fff_fallback | nill RA, 0x1f // Limit shift to 5-bits. - | ins RB, r0, 0(RA) // TODO: fix shift args in DynASM. + | ins RB, 0(RA) // TODO: fix shift args in DynASM. | j ->fff_resbit |.endmacro |