aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMegan Wachs <megan@sifive.com>2018-04-27 14:42:33 -0700
committerGitHub <noreply@github.com>2018-04-27 14:42:33 -0700
commite59f8ef45c961958827fd3d4d744ff0cbd330175 (patch)
tree07c190c31a8fc53d550fb85dbad50803f01237d7
parent7ba428b5d1d3c6d56a2e534daf7b3983cf3f46bf (diff)
downloadriscv-tests-trap_entry_align.zip
riscv-tests-trap_entry_align.tar.gz
riscv-tests-trap_entry_align.tar.bz2
debug: add missing align directive on trap_entrytrap_entry_align
-rwxr-xr-xdebug/programs/entry.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/programs/entry.S b/debug/programs/entry.S
index 35c233e..6d84718 100755
--- a/debug/programs/entry.S
+++ b/debug/programs/entry.S
@@ -106,6 +106,7 @@ wait_until_initialized: # Wait for hart 0 to perform initialization.
j _init
+.align 2
trap_entry:
addi sp, sp, -32*REGBYTES