Skip to content

Commit

Permalink
Remove secondary gp set that can misplace it.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zinfidel committed Apr 10, 2024
1 parent b7fea0d commit c1be105
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/psx/PsxLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -666,8 +666,6 @@ private void createCompilerSegments(ByteProvider provider, FlatProgramAPI fpa, A
_sdata_block.setWrite(true);
_sdata_block.setExecute(false);

setGpBase(program, _sdata_addr.getOffset());

Address _sbss_addr = fpa.toAddr((sbss1.getUnsignedValue() << 16) + ((Scalar)(sbss2[0])).getSignedValue());
MemoryBlock _sbss_block = mem.getBlock(_sbss_addr);

Expand Down

0 comments on commit c1be105

Please sign in to comment.