allow for % in assembler strings
This commit is contained in:
@@ -40,6 +40,8 @@ char *str;
|
|||||||
str = str + 2;
|
str = str + 2;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case '%': *b_ptr++ = *str;
|
||||||
|
/* fall through */
|
||||||
default : *b_ptr++ = *str++;
|
default : *b_ptr++ = *str++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user