aboutsummaryrefslogtreecommitdiff
path: root/debug/programs/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/programs/debug.c')
-rw-r--r--debug/programs/debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug/programs/debug.c b/debug/programs/debug.c
index 8a4aa73..641aa4e 100644
--- a/debug/programs/debug.c
+++ b/debug/programs/debug.c
@@ -55,6 +55,8 @@ int main()
int j = 0;
char fox[] = "The quick brown fox jumps of the lazy dog.";
unsigned int checksum = 0;
+ volatile uint32_t i32 = 0xdeadbeef;
+ volatile uint64_t i64 = 0x1122334455667788;
start:
while (i)