aboutsummaryrefslogtreecommitdiffstats
path: root/mistral/arch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mistral/arch.cc')
-rw-r--r--mistral/arch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mistral/arch.cc b/mistral/arch.cc
index 46ed4f62..4023f5c3 100644
--- a/mistral/arch.cc
+++ b/mistral/arch.cc
@@ -88,7 +88,7 @@ Arch::Arch(ArchArgs args)
// Setup fast identifier maps
for (int i = 0; i < 1024; i++) {
- IdString int_id = id(stringf("%d", i));
+ IdString int_id = idf("%d", i);
int2id.push_back(int_id);
id2int[int_id] = i;
}