state which conditional compilation block ends

Signed-off-by: Axel Heider <axelheider@gmx.de>
This commit is contained in:
Axel Heider 2021-04-29 00:24:10 +02:00 committed by Kent McLeod
parent c162608739
commit 2da1b3f74a

View file

@ -2440,7 +2440,7 @@ void kernelDataAbort(word_t pc)
getFAR(), getDFSR());
halt();
}
#endif
#endif /* CONFIG_DEBUG_BUILD */
#ifdef CONFIG_PRINTING
typedef struct readWordFromVSpace_ret {