arch/or1k: fix typo.

master
whitequark 2016-08-31 12:18:02 +00:00 committed by edef
parent 4c5b0389c9
commit 248d7b16b5
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ pub unsafe fn init(stack: &Stack, f: unsafe extern "C" fn(usize) -> !) -> StackP
# Set up the first part of our DWARF CFI linking stacks together.
# When unwinding the frame corresponding to this function, a DWARF unwinder
# will use r13 as the next call frame address, restore return address (r9)
# from CFA-4 and restore stack pointer (r2) from CFA-8.
# from CFA-4 and restore frame pointer (r2) from CFA-8.
# This mirrors what the second half of `swap_trampoline` does.
.cfi_def_cfa r13, 0
.cfi_offset r2, -8