long policy

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5630 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jean-Philippe Bernardy 2005-01-22 15:08:38 +00:00
parent 78826de045
commit 70fba66708
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ void panicf( const char *fmt, ...)
while (1)
{
#ifndef SIMULATOR
volatile int i;
volatile long i;
led (state);
state = state?false:true;