Russ's fix for panic remap
This commit is contained in:
parent
ae603ff5e7
commit
f70ef994dc
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
*~
|
||||||
_*
|
_*
|
||||||
*.o
|
*.o
|
||||||
*.d
|
*.d
|
||||||
|
|
2
data.S
2
data.S
|
@ -20,7 +20,7 @@
|
||||||
// or to write a linker script, but this is simplest.
|
// or to write a linker script, but this is simplest.
|
||||||
|
|
||||||
.data
|
.data
|
||||||
|
.align 4096
|
||||||
.globl data
|
.globl data
|
||||||
data:
|
data:
|
||||||
.word 1
|
.word 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue