Add a "raw" option for asm! which ignores format string specifiers
This commit is contained in:
parent
1e13a9bb33
commit
d0443bb7c2
8 changed files with 48 additions and 23 deletions
|
@ -1933,6 +1933,7 @@ bitflags::bitflags! {
|
|||
const NORETURN = 1 << 4;
|
||||
const NOSTACK = 1 << 5;
|
||||
const ATT_SYNTAX = 1 << 6;
|
||||
const RAW = 1 << 7;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue