diff options
author | andrew <andrew@FreeBSD.org> | 2013-03-18 07:41:08 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2013-03-18 07:41:08 +0000 |
commit | e0722a1284e9361c5be0754fbb14d19b7e6335ae (patch) | |
tree | cc3b6d3fc1c2af4df647f85fc8eccf6f7db9ca91 /sys/kern/kern_synch.c | |
parent | 77164fe10d3ee7bf872f7b2a726b6b200c25a3d2 (diff) | |
download | FreeBSD-src-e0722a1284e9361c5be0754fbb14d19b7e6335ae.zip FreeBSD-src-e0722a1284e9361c5be0754fbb14d19b7e6335ae.tar.gz |
Some ARM vmov similar to 'vmov.f32 s1, s2' will incorrectly have the second
register added to the symbol table by the assembler. On further
investigation it was found the problem was with the my_get_expression
function. This is called by parse_big_immediate.
Fix this by moving the call to parse_big_immediate to the end of the if,
else if, ..., else block.
Diffstat (limited to 'sys/kern/kern_synch.c')
0 files changed, 0 insertions, 0 deletions