projects
/
riscv-tests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c0d77c
)
Put debug test stack in data instead of text
author
Tim Newsome
<tim@sifive.com>
Thu, 13 Sep 2018 22:55:17 +0000
(15:55 -0700)
committer
Tim Newsome
<tim@sifive.com>
Thu, 13 Sep 2018 22:55:17 +0000
(15:55 -0700)
debug/programs/entry.S
patch
|
blob
|
history
diff --git
a/debug/programs/entry.S
b/debug/programs/entry.S
index 6d84718f0388769e9f7140b733638d7a253ead48..3acd786cc226d367ddc109cb03a53e11f2601b45 100755
(executable)
--- a/
debug/programs/entry.S
+++ b/
debug/programs/entry.S
@@
-191,6
+191,7
@@
loop_forever:
j loop_forever
// Fill the stack with data so we can see if it was overrun.
+ .section .data
.align 4
stack_bottom:
.fill NHARTS * STACK_SIZE/4, 4, 0x22446688