Added TODO for better cpu detection on != Win

This commit is contained in:
antisnatchor
2015-07-29 10:41:02 +02:00
parent 568f63f13d
commit 39d85d4b53

View File

@@ -32,6 +32,8 @@ beef.hardware = {
arch = 'x86';
}
}
// TODO we can infer the OS is 64 bit, if we first detect the OS type (os.js).
// For example, if OSX is at least 10.7, most certainly is 64 bit.
return arch;
},