summaryrefslogtreecommitdiff
path: root/rts/PrimOps.cmm
diff options
context:
space:
mode:
Diffstat (limited to 'rts/PrimOps.cmm')
-rw-r--r--rts/PrimOps.cmm2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/PrimOps.cmm b/rts/PrimOps.cmm
index 090f915035..1bd30b3af0 100644
--- a/rts/PrimOps.cmm
+++ b/rts/PrimOps.cmm
@@ -13,7 +13,7 @@
*
* Entry convention: the entry convention for a primop is the
* NativeNodeCall convention, and the return convention is
- * NativeReturn. (see compiler/cmm/CmmCallConv.hs)
+ * NativeReturn. (see compiler/GHC/Cmm/CallConv.hs)
*
* This file is written in a subset of C--, extended with various
* features specific to GHC. It is compiled by GHC directly. For the