aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/asm_amd64/info.txt
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/asm_amd64/info.txt
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/asm_amd64/info.txt')
-rw-r--r--src/utils/asm_amd64/info.txt2
1 files changed, 1 insertions, 1 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>