mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
Add comment about why some roc apps are currently broken
This commit is contained in:
parent
d9b0f38ff7
commit
566eb955be
1 changed files with 3 additions and 0 deletions
|
@ -1050,6 +1050,9 @@ pub fn surgery(matches: &ArgMatches) -> io::Result<i32> {
|
|||
}
|
||||
}
|
||||
offset += size;
|
||||
// TODO: we need to deal with relocatoins in these sections.
|
||||
// They may point to the text section, which means we need to know where it is.
|
||||
// This currently breaks some roc apps with closures.
|
||||
}
|
||||
|
||||
if verbose {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue