fixed typo

This commit is contained in:
Markus Fröschle
2014-09-29 21:11:16 +00:00
parent 1366810a77
commit 0c33198fbc

View File

@@ -9,7 +9,7 @@ struct driver_table *get_bas_drivers(void)
{ {
struct driver_table *ret = NULL; struct driver_table *ret = NULL;
__asm__ __volatile( __asm__ __volatile__(
" trap #0\n\t" " trap #0\n\t"
" move.l d0,%[ret]\n\t" " move.l d0,%[ret]\n\t"
: [ret] "=m" (ret) /* output */ : [ret] "=m" (ret) /* output */