Skip to content

Unimplemented instruction in simarm64? #31559

@mkustermann

Description

@mkustermann

Reproduction:

% tools/build.py -mrelease -asimarm64,x64 runtime_kernel
...

% out/ReleaseX64/dart --dfe=out/ReleaseX64/gen/kernel-service.dart.snapshot --kernel-binaries=out/ReleaseX64 --strong --reify-generic-functions --limit-ints-to-64-bits tests/corelib_2/int_parse_radix_test.dart                 
% echo $?
0

% out/ReleaseSIMARM64/dart --dfe=out/ReleaseSIMARM64/gen/kernel-service.dart.snapshot --kernel-binaries=out/ReleaseSIMARM64 --strong --reify-generic-functions --limit-ints-to-64-bits tests/corelib_2/int_parse_radix_test.dart  
Simulator hit Unimplemented instruction: at 0x7f4239ac13f4, last_pc=0x7f4239ac13f0

sim> 

Metadata

Metadata

Assignees

Labels

area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions