summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-08-04 14:41:19 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-08-07 08:35:21 -0400
commit5f03606319f745b10e9918c76a47426b293f0bf9 (patch)
tree11636b2285c29ad34a6393faebe61c4148cebda9 /includes
parentfa9bb70a3fefef681cb0e80cc78977386c1dcf0a (diff)
downloadhaskell-5f03606319f745b10e9918c76a47426b293f0bf9.tar.gz
cmm: Clean up Notes a bit
Diffstat (limited to 'includes')
-rw-r--r--includes/stg/MachRegs.h2
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.
-------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------