summaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/agesa/f14/gcccar.inc
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-02-21 12:43:07 +1100
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2014-03-02 05:37:26 +0100
commit9cd96b409646418040f5c046a1366cfc38251d70 (patch)
tree4443eef01f837393b54fa790d72e0ed10d2145c5 /src/vendorcode/amd/agesa/f14/gcccar.inc
parent5edfa3779dd3fc18ec182bc4f0085c0aa1e1474e (diff)
downloadcoreboot-9cd96b409646418040f5c046a1366cfc38251d70.tar.xz
vendorcode/amd/agesa/f*: Improve gcccar.inc assembler compatibility.
A comparison with a two's complement in gcccar.inc has dubious GAS/AT&T notation. Clang miss-parses 0x-1 as an invalid hexadecimal number. Change-Id: I88baa5c2513f062ff309df05916a3832b9bd9bb1 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/5277 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/vendorcode/amd/agesa/f14/gcccar.inc')
-rw-r--r--src/vendorcode/amd/agesa/f14/gcccar.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendorcode/amd/agesa/f14/gcccar.inc b/src/vendorcode/amd/agesa/f14/gcccar.inc
index 703734479b..40e0e31ce7 100644
--- a/src/vendorcode/amd/agesa/f14/gcccar.inc
+++ b/src/vendorcode/amd/agesa/f14/gcccar.inc
@@ -835,7 +835,7 @@ fam14_disable_stack_hook_exit:
LOCAL node_core_f14_exit
- cmp $0x-1, %si # Has node/core already been discovered?
+ cmp $-1, %si # Has node/core already been discovered?
jnz node_core_f14_exit # Br if yes
AMD_CPUID $CPUID_MODEL