Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

microblaze: Add DEBUG option



Disable debug option in asm code.

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent ee68f174
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -334,6 +334,7 @@ not_in_delay_slot:
	addk	r6, r5, r5; /* << 1 */
	addk	r6, r6, r6; /* << 2 */

#ifdef DEBUG
/* counting which exception happen */
	lwi	r5, r0, 0x200 + TOPHYS(r0_ram)
	addi	r5, r5, 1
@@ -341,6 +342,7 @@ not_in_delay_slot:
	lwi	r5, r6, 0x200 + TOPHYS(r0_ram)
	addi	r5, r5, 1
	swi	r5, r6, 0x200 + TOPHYS(r0_ram)
#endif
/* end */
	/* Load the HW Exception vector */
	lwi	r6, r6, TOPHYS(_MB_HW_ExceptionVectorTable)