aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-07-13 17:32:24 +0000
committerlloyd <[email protected]>2010-07-13 17:32:24 +0000
commite51e9aa6a6033710920f0934178ef770fd25498f (patch)
tree8f753df6deac2531c6792e277102d95dda7a3bc5 /src/utils
parent2006b4d305039cb9ff18d21b65c37ba1f2c39819 (diff)
Consolidate the two engines that provided assembler implementations
(amd64_eng and ia32_eng) into a new asm_engine. This same engine could also be used in the event that asm code for other CPUs was added later on.
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/asm_amd64/info.txt2
-rw-r--r--src/utils/asm_ia32/info.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/asm_amd64/info.txt b/src/utils/asm_amd64/info.txt
index 93405e6ce..ac2d73958 100644
--- a/src/utils/asm_amd64/info.txt
+++ b/src/utils/asm_amd64/info.txt
@@ -14,5 +14,5 @@ icc
</cc>
<requires>
-amd64_eng
+asm_engine
</requires>
diff --git a/src/utils/asm_ia32/info.txt b/src/utils/asm_ia32/info.txt
index d490124f4..094d02a75 100644
--- a/src/utils/asm_ia32/info.txt
+++ b/src/utils/asm_ia32/info.txt
@@ -14,5 +14,5 @@ icc
</cc>
<requires>
-ia32_eng
+asm_engine
</requires>