mirror of
https://github.com/ziglang/zig.git
synced 2025-02-08 21:50:33 +00:00
start: Properly escape percent signs in the s390x inline asm.
Silly mistake in 8ffc41f747
.
This commit is contained in:
parent
ce81525f3f
commit
1b13d7477d
@ -373,12 +373,12 @@ fn _start() callconv(.Naked) noreturn {
|
||||
,
|
||||
.s390x =>
|
||||
// Set up the stack frame (register save area and cleared back-chain slot).
|
||||
\\ lgr %r2, %r15
|
||||
\\ lghi %r0, -16
|
||||
\\ ngr %r15, %r0
|
||||
\\ aghi %r15, -160
|
||||
\\ lghi %r0, 0
|
||||
\\ stg %r0, 0(%r15)
|
||||
\\ lgr %%r2, %%r15
|
||||
\\ lghi %%r0, -16
|
||||
\\ ngr %%r15, %%r0
|
||||
\\ aghi %%r15, -160
|
||||
\\ lghi %%r0, 0
|
||||
\\ stg %%r0, 0(%%r15)
|
||||
\\ jg %[posixCallMainAndExit]
|
||||
,
|
||||
.sparc64 =>
|
||||
|
Loading…
Reference in New Issue
Block a user