diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-10-14 00:10:11 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-10-14 00:10:11 (GMT) |
commit | 48726043e2f07874e7a09a866c4cc537a65a683c (patch) | |
tree | 557e4f6cd700d131e8964d02890a6381f87e52cd /src/arch/arm/v7/opdefs | |
parent | 18beadb4192144b00c06769645befb17ae1ce98e (diff) |
Forced the full definition of locations to fix the search of symbols.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@594 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/arch/arm/v7/opdefs')
-rw-r--r-- | src/arch/arm/v7/opdefs/bl_A8825.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/arm/v7/opdefs/bl_A8825.d b/src/arch/arm/v7/opdefs/bl_A8825.d index a9b395a..c2eb7bd 100644 --- a/src/arch/arm/v7/opdefs/bl_A8825.d +++ b/src/arch/arm/v7/opdefs/bl_A8825.d @@ -113,7 +113,7 @@ @encoding(A2) { - @word cond(4) 1 0 1 H(1) imm24(24) + @word 1 1 1 1 1 0 1 H(1) imm24(24) @syntax "blx" <imm32> |