Skip to content

Commit f351c17

Browse files
authored
add missing #endif
add missing #endif
1 parent 480014f commit f351c17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/asm_ppc64x.s

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#else
1919
#define cgoCalleeStackSize 48
2020
#endif
21+
#endif
2122

2223
TEXT runtime·rt0_go(SB),NOSPLIT,$0
2324
// R1 = stack; R3 = argc; R4 = argv; R13 = C TLS base pointer

0 commit comments

Comments
 (0)