diff options
author | Andrew Waterman <waterman@cs.berkeley.edu> | 2016-07-29 18:29:44 -0700 |
---|---|---|
committer | Andrew Waterman <waterman@cs.berkeley.edu> | 2016-07-29 18:29:44 -0700 |
commit | 55982bd0192a41d76b13ba92b3c1f3ef80f7e029 (patch) | |
tree | 9dc5dde4a9e990e431a8b560ae7107334e6353ba | |
parent | d42f458b6a7145533912cca3e268e2f6951e3992 (diff) | |
download | riscv-pk-55982bd0192a41d76b13ba92b3c1f3ef80f7e029.zip riscv-pk-55982bd0192a41d76b13ba92b3c1f3ef80f7e029.tar.gz riscv-pk-55982bd0192a41d76b13ba92b3c1f3ef80f7e029.tar.bz2 |
Align pk trap_entry for RVC
-rw-r--r-- | pk/entry.S | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ .endm .text + .align 2 .global trap_entry trap_entry: csrrw sp, sscratch, sp |