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:
Sönke Holz 2024-10-30 22:28:09 +01:00 committed by Nico Weber
parent 098612fffd
commit 0c0eb45533

View file

@ -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
)" :);