diff options
| author | Tim Newsome <tim@sifive.com> | 2018-11-14 13:11:46 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-14 13:11:46 -0800 |
| commit | 8a2b5bb543bcfa5e92c2cac1e2cfa7ee6602d7ce (patch) | |
| tree | c5c8fce046d2a657df50710f05b77443fbb8cc57 /debug/programs/debug.c | |
| parent | 4dc6acb33b4b8ebf1caa3e19c006ebc41f548d85 (diff) | |
| parent | cfab417615b101e1834fe56bcfe9b11b91a6eaea (diff) | |
| download | riscv-tests-8a2b5bb543bcfa5e92c2cac1e2cfa7ee6602d7ce.zip riscv-tests-8a2b5bb543bcfa5e92c2cac1e2cfa7ee6602d7ce.tar.gz riscv-tests-8a2b5bb543bcfa5e92c2cac1e2cfa7ee6602d7ce.tar.bz2 | |
Merge pull request #165 from riscv/flash
Tweak debug tests to run out of flash.
Diffstat (limited to 'debug/programs/debug.c')
| -rw-r--r-- | debug/programs/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/programs/debug.c b/debug/programs/debug.c index 3ba51bc..8a4aa73 100644 --- a/debug/programs/debug.c +++ b/debug/programs/debug.c @@ -53,7 +53,7 @@ int main() volatile int i = 0; int j = 0; - char *fox = "The quick brown fox jumps of the lazy dog."; + char fox[] = "The quick brown fox jumps of the lazy dog."; unsigned int checksum = 0; start: |
