Skip to content

Commit c15e6b0

Browse files
committed
Update ldc
1 parent 416ce84 commit c15e6b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Kernel/Mnemonics/_ldc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function execute(): void
2828
} elseif (($data instanceof _Integer)) {
2929
$value = _Int::get($data->getBytes());
3030
} elseif ($data instanceof _Float) {
31-
$value = _Float::get($data->getBytes());
31+
$value = \PHPJava\Kernel\Types\_Float::get($data->getBytes());
3232
} else {
3333
$value = $cpInfo[$data->getStringIndex()];
3434
}

0 commit comments

Comments
 (0)