Skip to content

Commit

Permalink
FIX: regression on generate reloc section
Browse files Browse the repository at this point in the history
  • Loading branch information
qtxie committed Nov 9, 2015
1 parent b05fab6 commit cc3f29e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions system/formats/PE.r
Expand Up @@ -653,9 +653,7 @@ context [
either all [spec/1 = 'global block? spec/4][
foreach ref spec/4 [append data-refs ref]
][
if spec/1 <> 'import [
foreach ref spec/3 [append code-refs ref]
]
foreach ref spec/3 [append code-refs ref]
]
]
sort code-refs
Expand Down

0 comments on commit cc3f29e

Please sign in to comment.