Typo fix in comment.
This commit is contained in:
parent
e5ee1693ad
commit
fe039b4f4f
|
@ -5,7 +5,7 @@
|
||||||
* is not known until the end of pass 1.
|
* 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.
|
* 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
|
* 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 {
|
typedef enum {
|
||||||
|
|
Loading…
Reference in New Issue