mirror of
https://github.com/Smallhacker/disbrowser.git
synced 2025-07-18 22:24:12 +00:00
Fixed default vector MX flags
This commit is contained in:
@@ -25,7 +25,7 @@ class DisassemblyResource {
|
||||
td {
|
||||
a {
|
||||
text(it.label)
|
||||
}.attr("href", "/${it.codeLocation.toSimpleString()}/mx")
|
||||
}.attr("href", "/${it.codeLocation.toSimpleString()}/MX")
|
||||
}
|
||||
td { text("(" + it.codeLocation.toFormattedString() + ")") }
|
||||
}
|
||||
|
Reference in New Issue
Block a user