diff options
| author | Damien George | 2014-01-06 22:13:45 +0000 |
|---|---|---|
| committer | Damien George | 2014-01-06 22:13:45 +0000 |
| commit | 8b1b59c28e2b5de285a5ca31e7e3abb93213732b (patch) | |
| tree | 9d9b88d4785202307f411728a2f66bf98ee6c875 /py/emit.h | |
| parent | e2e3d11e8744395d3103b824adc8609b13f2cdba (diff) | |
| parent | fe039b4f4fa70ce9193cbc5389203186eea96537 (diff) | |
Merge branch 'master' of github.com:dpgeorge/micropython
Diffstat (limited to 'py/emit.h')
| -rw-r--r-- | py/emit.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ * is not known until the end of pass 1. * As a consequence, we don't know the maximum stack size until the end of pass 2. * This is problematic for some emitters (x64) since they need to know the maximum - * stack size to compile the entry to the function, and this effects code size. + * stack size to compile the entry to the function, and this affects code size. */ typedef enum { |
