diff options
| -rw-r--r-- | bleh_darwin.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bleh_darwin.m b/bleh_darwin.m index bfd685f..80896ef 100644 --- a/bleh_darwin.m +++ b/bleh_darwin.m @@ -83,7 +83,7 @@ Same as NSRect above, but for NSSize now. */ /* -...like this one. (Note which function is being cast below.) +...like this one. (Note which function is being cast below.) This is an Intel-specific optimization; though this code won't run on PowerPC Macs (Go, and thus package ui, requires 10.6), if desktop ARM becomes a thing all bets are off. (tl;dr TODO) */ static NSSize (*objc_msgSend_stret_size)(id, SEL, ...) = (NSSize (*)(id, SEL, ...)) objc_msgSend; |
