Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
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
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
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment