git: pc64/acpica: specify cmpw in acpi_wakecode.S

John Marino marino at crater.dragonflybsd.org
Sat Oct 25 00:33:27 PDT 2014


commit 0993d469636ba23b0855f1446d91805dc3509c44
Author: John Marino <draco at marino.st>
Date:   Sat Oct 25 08:45:46 2014 +0200

    pc64/acpica: specify cmpw in acpi_wakecode.S
    
    The "cmp" instruction is ambiguious in acpi_wakecode.S.  The GNU assembler
    should emit an error, but instead it just assumes that the operand is of
    a wide type.  The clang assembler does throw an error, so let's explicitly
    use "cmpw" to resolve the ambuiguity.

Summary of changes:
 sys/platform/pc64/acpica/acpi_wakecode.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0993d469636ba23b0855f1446d91805dc3509c44


-- 
DragonFly BSD source repository



More information about the Commits mailing list