src/reflect/asm_s390x.s | 4 ++-- diff --git a/src/reflect/asm_s390x.s b/src/reflect/asm_s390x.s index 2ab5481c9bf3bc64c15173a4ffd09c3e8c260dd5..cb7954c900cb9f31d13edf49d682585e3b79ec9c 100644 --- a/src/reflect/asm_s390x.s +++ b/src/reflect/asm_s390x.s @@ -14,7 +14,7 @@ NO_LOCAL_POINTERS MOVD R12, 8(R15) MOVD $argframe+0(FP), R3 MOVD R3, 16(R15) - MOVB R0, 32(R15) + MOVB $0, 32(R15) ADD $32, R15, R3 MOVD R3, 24(R15) BL ·callReflect(SB) @@ -29,7 +29,7 @@ NO_LOCAL_POINTERS MOVD R12, 8(R15) MOVD $argframe+0(FP), R3 MOVD R3, 16(R15) - MOVB R0, 32(R15) + MOVB $0, 32(R15) ADD $32, R15, R3 MOVD R3, 24(R15) BL ·callMethod(SB)