Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
20573f06
Commit
20573f06
authored
Dec 13, 2011
by
Johann
Committed by
Gerrit Code Review
Dec 13, 2011
Browse files
Merge "Fix incorrect PROC/ENDP match"
parents
72af533f
41e3da3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
build/make/ads2gas_apple.pl
build/make/ads2gas_apple.pl
+2
-2
No files found.
build/make/ads2gas_apple.pl
View file @
20573f06
...
...
@@ -157,8 +157,8 @@ while (<STDIN>)
s/\sPRESERVE8/@ PRESERVE8/g
;
# Strip PROC and ENDPROC
s/PROC/@/g
;
s/ENDP/@/g
;
s/
\b
PROC
\b
/@/g
;
s/
\b
ENDP
\b
/@/g
;
# EQU directive
s/(.*)EQU(.*)/.set $1, $2/
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment