diff options
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/libc/machine/arc/setjmp.S | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/newlib/libc/machine/arc/setjmp.S b/newlib/libc/machine/arc/setjmp.S index 8e824f5..bd6acdc 100644 --- a/newlib/libc/machine/arc/setjmp.S +++ b/newlib/libc/machine/arc/setjmp.S @@ -1,5 +1,5 @@ /* - Copyright (c) 2015, Synopsys, Inc. All rights reserved. + Copyright (c) 2015-2024, Synopsys, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -32,8 +32,6 @@ these are the stack mappings for the registers as stored in the ABI for ARC */ - .file "setjmp.S" - ABIr13 = 0 ABIr14 = ABIr13 + 4 ABIr15 = ABIr14 + 4 |