Commit 708e7153 authored by Michal Simek's avatar Michal Simek

microblaze: Add DEBUG option

Disable debug option in asm code.
Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent ee68f174
...@@ -334,6 +334,7 @@ not_in_delay_slot: ...@@ -334,6 +334,7 @@ not_in_delay_slot:
addk r6, r5, r5; /* << 1 */ addk r6, r5, r5; /* << 1 */
addk r6, r6, r6; /* << 2 */ addk r6, r6, r6; /* << 2 */
#ifdef DEBUG
/* counting which exception happen */ /* counting which exception happen */
lwi r5, r0, 0x200 + TOPHYS(r0_ram) lwi r5, r0, 0x200 + TOPHYS(r0_ram)
addi r5, r5, 1 addi r5, r5, 1
...@@ -341,6 +342,7 @@ not_in_delay_slot: ...@@ -341,6 +342,7 @@ not_in_delay_slot:
lwi r5, r6, 0x200 + TOPHYS(r0_ram) lwi r5, r6, 0x200 + TOPHYS(r0_ram)
addi r5, r5, 1 addi r5, r5, 1
swi r5, r6, 0x200 + TOPHYS(r0_ram) swi r5, r6, 0x200 + TOPHYS(r0_ram)
#endif
/* end */ /* end */
/* Load the HW Exception vector */ /* Load the HW Exception vector */
lwi r6, r6, TOPHYS(_MB_HW_ExceptionVectorTable) lwi r6, r6, TOPHYS(_MB_HW_ExceptionVectorTable)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment