Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't handle macro inside macro ("ERROR: .endm without .macro") #1

Closed
epreveraud opened this issue Mar 16, 2010 · 3 comments
Closed

Comments

@epreveraud
Copy link

In svn release 22404 of ffmpeg, a .macro defined inside another .macro has been added to libavcodec/arm/asm.S
After parsing the first and second .macro, then the inner .endm, gas-preprocessor dies with "ERROR: .endm without .macro" when it encounters the second .endm.

    .macro function name, export=0
    .macro endfunc
    # some code for endfunc
    .endm
     # some code for function
    .endm
@ghost
Copy link

ghost commented Apr 10, 2010

There is way to quick fix it?

@yuvi
Copy link
Owner

yuvi commented Apr 11, 2010

Not quick, but it's fixed now

@ghost
Copy link

ghost commented Apr 11, 2010

:) Really quick :) Thank you!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants