261badee5a
to give the compiler some hints: BX_CPP_AttrPrintf(formatArg, firstArg) BX_CPP_AttrNoReturn() The first is to tell the compiler that a function receives printf-like arguments so it can do some smart argument checking w.r.t. the format string. The 2nd tells the compiler that the function does not ever return; it's not used yet, but I'd like to use it on exception() after we fix the situation of it returning for debugging. I fixed one parameter mismatch in cpu/ by deleting a deprecated debug print statement. There are several other mismatches in other code modules. |
||
---|---|---|
bochs | ||
bochs-performance | ||
CVSROOT | ||
sfsite |