diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-08-04 14:41:19 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-08-07 08:35:21 -0400 |
commit | 5f03606319f745b10e9918c76a47426b293f0bf9 (patch) | |
tree | 11636b2285c29ad34a6393faebe61c4148cebda9 /includes/stg | |
parent | fa9bb70a3fefef681cb0e80cc78977386c1dcf0a (diff) | |
download | haskell-5f03606319f745b10e9918c76a47426b293f0bf9.tar.gz |
cmm: Clean up Notes a bit
Diffstat (limited to 'includes/stg')
-rw-r--r-- | includes/stg/MachRegs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/stg/MachRegs.h b/includes/stg/MachRegs.h index 82cce6e66a..be7b7d60b4 100644 --- a/includes/stg/MachRegs.h +++ b/includes/stg/MachRegs.h @@ -61,6 +61,8 @@ are the RX, FX, DX and USER registers; as a result, if you decide to caller save a system register (e.g. SP, HP, etc), note that this code path is completely untested! -- EZY + + See Note [Register parameter passing] for details. -------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------- |