Fixed default vector MX flags

This commit is contained in:
Smallhacker
2019-01-12 23:14:10 -05:00
parent 5afdf84c1e
commit 312b661bda
2 changed files with 7 additions and 1 deletions

View File

@@ -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() + ")") }
}