From b0dfcb74651b82123746273bbf6bb9988cd96e18 Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Thu, 23 Mar 2023 14:18:19 -0400 Subject: all: replace leading spaces with tabs in assembly Most of these are one-off mistakes. Only one file was all spaces. Change-Id: I277c3ce4a4811aa4248c90676f66bc775ae8d062 Reviewed-on: https://go-review.googlesource.com/c/go/+/478976 Run-TryBot: Michael Pratt TryBot-Result: Gopher Robot Reviewed-by: Cherry Mui --- src/runtime/sys_linux_ppc64x.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/runtime/sys_linux_ppc64x.s') diff --git a/src/runtime/sys_linux_ppc64x.s b/src/runtime/sys_linux_ppc64x.s index b8f3cfddeb..f293442de9 100644 --- a/src/runtime/sys_linux_ppc64x.s +++ b/src/runtime/sys_linux_ppc64x.s @@ -652,8 +652,8 @@ TEXT runtime·cgoSigtramp(SB),NOSPLIT|NOFRAME,$0 BEQ sigtramp // Inspect the g in TLS without clobbering R30/R31 via runtime.load_g. - MOVD runtime·tls_g(SB), R9 - MOVD 0(R9), R9 + MOVD runtime·tls_g(SB), R9 + MOVD 0(R9), R9 // Figure out if we are currently in a cgo call. // If not, just do usual sigtramp. -- cgit v1.3