We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4477b98 commit 2165969Copy full SHA for 2165969
substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/image/NativeImageDebugInfoProvider.java
@@ -1871,7 +1871,7 @@ class ParamLocationProducer {
1871
1872
ParamLocationProducer(ResolvedJavaMethod method) {
1873
Architecture arch = ConfigurationValues.getTarget().arch;
1874
- assert arch instanceof AMD64 || arch instanceof AMD64 : "unexpected architecture";
+ assert arch instanceof AMD64 || arch instanceof AArch64 : "unexpected architecture";
1875
OS os = OS.getCurrent();
1876
assert os == OS.LINUX || os == OS.WINDOWS : "unexpected os";
1877
if (arch instanceof AArch64) {
0 commit comments