Commit 53ec37d
committed
external-stg-interpreter: support new decodeDouble_Int64#
This change fixes this compilation error:
lib/Stg/Interpreter/PrimOp/Double.hs:126:22: error: [GHC-83865]
• Couldn't match expected type ‘Int#’ with actual type ‘Int64#’
• In the first argument of ‘I#’, namely ‘a’
In the first argument of ‘Int64V’, namely ‘(I# a)’
In the expression: Int64V (I# a)
|
126 | pure [Int64V (I# a), IntV (I# b)]1 parent 7a43e9d commit 53ec37d
File tree
1 file changed
+7
-2
lines changed- external-stg-interpreter/lib/Stg/Interpreter/PrimOp
1 file changed
+7
-2
lines changedLines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
127 | 132 | | |
128 | 133 | | |
0 commit comments