dotnet/runtime
Auf GitHub ansehenJitDisasm disassembling arm vpop register list incorrectly
Open
#58.950 geöffnet am 10. Sept. 2021
area-CodeGen-coreclrhelp wanted
Repository-Metriken
- Stars
- (17.886 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 12T 11h) (661 gemergte PRs in 30 T)
Beschreibung
When looking at JitDisasm output today, I've noticed that the vpop was showing incorrect list of registers in the vpop instruction:
0002EC ECBD 8B04 vpop {d16-d19}
This is in fact vpop {d8,d9}
category:correctness theme:debug-dumps skill-level:beginner cost:small impact:small