This commit is contained in:
Markus Fröschle
2012-10-30 20:20:17 +00:00
parent 4b2bbf369a
commit ca9e947431
9 changed files with 83 additions and 62 deletions

View File

@@ -66,7 +66,7 @@ static void xputchar(int c)
"bsr printf_helper\n\t"
/* output */:
/* input */: "r" (c)
/* clobber */: "d0","d2","a0"
/* clobber */: "d0","d2","a0","memory"
);
}