OsDetect: Aktualisierungen

thobaben_serialize
Harald Wolff 2015-08-12 22:17:34 +02:00
parent 55fb93f0fc
commit 72fac42725
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ public class OsDetect {
return Bitness.B32;
} else if (arch.equals("xmd64")){
return Bitness.B64;
} else if (arch.equals("amd64")){
return Bitness.B64;
}
return null;
}