reformatted

This commit is contained in:
Markus Fröschle
2015-01-18 21:05:05 +00:00
parent 62d68ec12e
commit 400f28ef2f
4 changed files with 139 additions and 115 deletions

View File

@@ -243,7 +243,7 @@ void __attribute__((interrupt)) get_bas_drivers(void)
" move.l #%[drivers],d0 \n\t" // return driver struct in d0
" addq.l #4,sp \n\t" // adjust stack
" move.l (sp)+,a0 \n\t" // restore register
: /* no output */
: /* no output */
: [drivers] "o" (bas_drivers) /* input */
: /* clobber */
);