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

Split CourseMap #243

Merged
merged 3 commits into from
Oct 23, 2022
Merged

Split CourseMap #243

merged 3 commits into from
Oct 23, 2022

Conversation

em-eight
Copy link
Collaborator

No description provided.

@@ -265,11 +265,6 @@ def disassemble_function(self, sym):
if addr not in self.extern_addrs:
self.extern_addrs.add(addr)

# TODO: This is probably not where this should go
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this fixed by your ppcdis change?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rii added it probably to avoid adding function local symbols, since they would not exist on the symbol map. This was not needed now

pack/rel_slices.csv Outdated Show resolved Hide resolved
@riidefi riidefi merged commit 81bd910 into riidefi:master Oct 23, 2022
@em-eight em-eight deleted the split_coursemap branch October 24, 2022 12:05
riidefi pushed a commit that referenced this pull request Feb 25, 2024
* Split CourseMap

* Fix ppcdis upstream link

* CourseMap: Field->System

Co-authored-by: Theodoros Tyrovouzis <teotyrov@gmail.com>
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

Successfully merging this pull request may close these issues.

5 participants