Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
asm
/
issue-85247.rwpi.stderr
blob: 8466a53be299e3dccd8a90bca84afc657f80d7cd [
file
] [
log
] [
blame
] [
edit
]
error
:
cannot
use
register
`r9`
:
the RWPI
static
base
register
(
r9
)
cannot be used
as
an operand
for
inline
asm
-->
$DIR
/
issue
-
85247.rs
:
23
:
18
|
LL
|
asm
!(
""
,
out
(
"r9"
)
_
);
|
^^^^^^^^^^^
error
:
aborting due to
1
previous error