mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
crash: Use '.option arch' instead of '.option norvc'
'.option norvc' is scheduled for deprecation:
3b06fa93fd/src/asm-manual.adoc (rvcnorvc)
This commit is contained in:
parent
098612fffd
commit
0c0eb45533
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ int main(int argc, char** argv)
|
|||
// gets expanded to, is required to cause an illegal-instruction exception.
|
||||
asm volatile(R"(
|
||||
.option push
|
||||
.option norvc
|
||||
.option arch, -c
|
||||
unimp
|
||||
.option pop
|
||||
)" :);
|
||||
|
|
Loading…
Reference in a new issue