We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 416ce84 commit c15e6b0Copy full SHA for c15e6b0
1 file changed
src/Kernel/Mnemonics/_ldc.php
@@ -28,7 +28,7 @@ public function execute(): void
28
} elseif (($data instanceof _Integer)) {
29
$value = _Int::get($data->getBytes());
30
} elseif ($data instanceof _Float) {
31
- $value = _Float::get($data->getBytes());
+ $value = \PHPJava\Kernel\Types\_Float::get($data->getBytes());
32
} else {
33
$value = $cpInfo[$data->getStringIndex()];
34
}
0 commit comments