Skip to content

Commit

Permalink
fixed incorrect portable names (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
HJLebbink authored Jan 7, 2024
1 parent 76df1cd commit 86e9f11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vm/interp.go
Original file line number Diff line number Diff line change
Expand Up @@ -547,10 +547,10 @@ func init() {
opinfo[opdatetruncquarter].portable = bcdatetruncquartergo
opinfo[opdatetruncyear].portable = bcdatetruncyeargo

opinfo[opaggminf].portable = bcaggminf
opinfo[opaggmaxf].portable = bcaggmaxf
opinfo[opaggmini].portable = bcaggmini
opinfo[opaggmaxi].portable = bcaggmaxi
opinfo[opaggminf].portable = bcaggminfgo
opinfo[opaggmaxf].portable = bcaggmaxfgo
opinfo[opaggmini].portable = bcaggminigo
opinfo[opaggmaxi].portable = bcaggmaxigo

opinfo[opcvtktof64].portable = bccvtktof64
opinfo[opcvtktoi64].portable = bccvtktoi64
Expand Down

0 comments on commit 86e9f11

Please sign in to comment.