Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
Zipr Toolchain
Commits
29c6cd87
Commit
29c6cd87
authored
11 years ago
by
jdh8d
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xform/rewriter.cpp
+1
-1
1 addition, 1 deletion
xform/rewriter.cpp
with
1 addition
and
1 deletion
xform/rewriter.cpp
+
1
−
1
View file @
29c6cd87
...
...
@@ -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} */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment