aboutsummaryrefslogtreecommitdiff
path: root/pk/entry.S
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2013-07-13 21:43:57 -0700
committerAndrew Waterman <waterman@cs.berkeley.edu>2013-07-13 21:44:16 -0700
commitcc72987e655578b0529b6c3c8084e810cf40b358 (patch)
treea7a99a9406dfef2d4103e85bc0976cb8d039d7e7 /pk/entry.S
parent0bdb8c84092bf7c5eb4c981c620997a5893bfb70 (diff)
downloadriscv-pk-cc72987e655578b0529b6c3c8084e810cf40b358.zip
riscv-pk-cc72987e655578b0529b6c3c8084e810cf40b358.tar.gz
riscv-pk-cc72987e655578b0529b6c3c8084e810cf40b358.tar.bz2
Support Linux ABI and (optionally) virtual memory
Diffstat (limited to 'pk/entry.S')
-rw-r--r--pk/entry.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/pk/entry.S b/pk/entry.S
index 6441d9f..4a762c0 100644
--- a/pk/entry.S
+++ b/pk/entry.S
@@ -140,6 +140,7 @@ trap_entry:
jal handle_trap
.bss
+ .align 4
.global stack_bot
.global stack_top
stack_bot: