fix comment

This commit is contained in:
Markus Fröschle
2015-11-20 21:35:46 +00:00
parent e9c21377d8
commit 7536b088e8

View File

@@ -268,7 +268,7 @@ void __attribute__((interrupt)) get_bas_drivers(void)
{ {
__asm__ __volatile( __asm__ __volatile(
/* /*
* sp should now point to the next instruction after the trap * (sp) should now point to the next instruction after the trap
* The trap itself is 2 bytes, the four bytes before that must * The trap itself is 2 bytes, the four bytes before that must
* read '_BAS', otherwise we are not meant by this call * read '_BAS', otherwise we are not meant by this call
*/ */