summaryrefslogtreecommitdiffstats
path: root/tools/cpu/sh/shgen.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/cpu/sh/shgen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cpu/sh/shgen.c b/tools/cpu/sh/shgen.c
index 6fc262d694..73c8a4f027 100644
--- a/tools/cpu/sh/shgen.c
+++ b/tools/cpu/sh/shgen.c
@@ -55,7 +55,7 @@ static void shgen_header( FILE *file )
int main( int argc, char *argv[] )
{
- double Phi = 20.0 ;
+ double Phi = 20000000.0 ;
#if HAVE_GETOPT_LONG
int option_index = 0 ;