shift map and function offset from 1e3/2e3 to 1e4/2e4. Fixed parameter pad problem with truncated numbers

This commit is contained in:
nemu
2008-06-10 05:13:19 +00:00
parent 1c44bc4f0e
commit 180ced9223
2 changed files with 10 additions and 10 deletions

View File

@ -89,8 +89,8 @@ using namespace std;
//-------------------------------------------------------------
// map and fun offsets for parameter parsing
#define MSR_PARAM_MAP_OFFSET 1000
#define MSR_PARAM_FUN_OFFSET 2000
#define MSR_PARAM_MAP_OFFSET 10000
#define MSR_PARAM_FUN_OFFSET 20000
//-------------------------------------------------------------
/**