Restored functionality to -L flag, generate symbol table.#49
Open
Iambian wants to merge 1 commit intoalberthdev:masterfrom
Open
Restored functionality to -L flag, generate symbol table.#49Iambian wants to merge 1 commit intoalberthdev:masterfrom
Iambian wants to merge 1 commit intoalberthdev:masterfrom
Conversation
Collaborator
|
This segfaults when compiling any non-erroring program with -L, probably the same as in #23. |
Owner
|
Stack trace I'm seeing on my side: Using test file labels.asm, command line label1:
.db 0
label2:
.db 0
label3:
.db 0
label4:
.db 0
|
Owner
|
Valgrind isn't happy either (same args/test file): |
Owner
|
Seems to crash when it hits this weird label: On that note - is this the "correct" label file expected? Or are there too many entries? |
Owner
|
So this is indeed the same bug, but for some exciting reason:
I think I have an idea for how to fix this (and actually fix this, rather than depending on pass2)... but there are options to do this:
Any thoughts? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
rawr.