diff options
| author | Frans Kaashoek | 2011-04-28 08:01:36 -0400 |
|---|---|---|
| committer | Frans Kaashoek | 2011-04-28 08:01:36 -0400 |
| commit | f70ef994dce8f6948edec8c534ae21742141dd50 (patch) | |
| tree | c13e5dccde945e2a634fb9865641bdc1f2256c0e /data.S | |
| parent | ae603ff5e79bb7b5eea4147425752f33d29fe558 (diff) | |
Russ's fix for panic remap
Diffstat (limited to 'data.S')
| -rw-r--r-- | data.S | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ // or to write a linker script, but this is simplest. .data +.align 4096 .globl data data: .word 1 - |
