From 3b19336fcc16ca41b9ebd78045d2a3e17a925920 Mon Sep 17 00:00:00 2001 From: twilen Date: Wed, 4 Jul 2012 15:38:14 +0000 Subject: [PATCH] GCIT_ProcessorSpeed is QUAD. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@45160 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/libs/identify/idhardwarenum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workbench/libs/identify/idhardwarenum.c b/workbench/libs/identify/idhardwarenum.c index 441d62606c..62d73394de 100644 --- a/workbench/libs/identify/idhardwarenum.c +++ b/workbench/libs/identify/idhardwarenum.c @@ -393,7 +393,7 @@ case IDHW_CPUCLOCK: { - IPTR speed = 0; + QUAD speed = 0; APTR ProcessorBase = OpenResource(PROCESSORNAME); if (ProcessorBase) { -- 2.11.4.GIT