X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=util%2Fromcc%2Ftests%2Fsimple_test60.c;h=860bf3240d01a4ab86a8e5e5e7e8f447a054fec3;hb=90089603393a1a67b9a4afe1f2b7237a74e1b21b;hp=d277c94dd3e7a0df506db8a26da8da579718e94a;hpb=7664d1cb87876a3b7e622cf1c7e40f1fb7988c9f;p=coreboot.git diff --git a/util/romcc/tests/simple_test60.c b/util/romcc/tests/simple_test60.c index d277c94dd..860bf3240 100644 --- a/util/romcc/tests/simple_test60.c +++ b/util/romcc/tests/simple_test60.c @@ -27,6 +27,6 @@ static void test(void) const struct mem_param *param; param = ¶m0; value = 0x48; -#warning "this generates word loads instead of byte loads" +#warning "this generated word loads instead of byte loads" clocks = (value + (param->divisor << 1) - 1)/(param->divisor << 1); }