diff options
author | lloyd <[email protected]> | 2008-09-29 18:37:02 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-29 18:37:02 +0000 |
commit | abaf8b03a1dece8116daa41146aa3bf938794353 (patch) | |
tree | b114236d5a38b3dd8abfb714f6437176538573ee /src/utils | |
parent | 10ad8ef010b1df58ba0db33793031aa80232f07b (diff) |
Fix loading issues
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/asm_amd64/info.txt | 2 | ||||
-rw-r--r-- | src/utils/asm_ia32/info.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/asm_amd64/info.txt b/src/utils/asm_amd64/info.txt index d1676b23c..e190dba88 100644 --- a/src/utils/asm_amd64/info.txt +++ b/src/utils/asm_amd64/info.txt @@ -1,6 +1,6 @@ realname "Assembler Macros (x86-64)" -load_on request +load_on required <add> asm_macr.h diff --git a/src/utils/asm_ia32/info.txt b/src/utils/asm_ia32/info.txt index 73bd09ea6..8f2ada914 100644 --- a/src/utils/asm_ia32/info.txt +++ b/src/utils/asm_ia32/info.txt @@ -1,6 +1,6 @@ realname "Assembler Macros (IA-32)" -load_on request +load_on required <add> asm_macr.h |