Skip to content
Snippets Groups Projects
Commit 29c6cd87 authored by jdh8d's avatar jdh8d
Browse files

Fixed meds2pdb to accept local functions, not just global funcs.

Former-commit-id: 744772d87669a169a20f8ecf2c775edee84c79f6
parent 210511fe
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ void Rewriter::readAnnotationFile(char p_filename[])
char name[20000];
/* found function declaration */
if(strcmp(scope,"GLOBAL")==0)
if(strcmp(scope,"GLOBAL")==0 || strcmp(scope,"LOCAL")==0)
{
// 8048250 94 FUNC GLOBAL readString_xxx FUNC_UNSAFE USEFP RET 80482ad
/* remaining parameters are name {USEFP, NOFP} */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment