diff options
Diffstat (limited to 'benchmarks/xdd/files/patch-parse.c')
-rw-r--r-- | benchmarks/xdd/files/patch-parse.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/benchmarks/xdd/files/patch-parse.c b/benchmarks/xdd/files/patch-parse.c new file mode 100644 index 000000000000..9ca45648e169 --- /dev/null +++ b/benchmarks/xdd/files/patch-parse.c @@ -0,0 +1,20 @@ +--- parse.c.orig Thu Jun 1 14:48:28 2006 ++++ parse.c Thu Jun 1 14:56:44 2006 +@@ -697,7 +697,7 @@ + xddfunc_delay(int32_t argc, char *argv[]) + { + xgp->passdelay = atoi(argv[1]); +- return(1); ++ return(2); + } + /*----------------------------------------------------------------------------*/ + // Delete the target file when complete +@@ -1101,7 +1101,7 @@ + xddfunc_maxerrors(int32_t argc, char *argv[]) + { + xgp->max_errors = atoi(argv[1]); +- return(1); ++ return(2); + } + /*----------------------------------------------------------------------------*/ + // Set the maximum runtime priority |