8146231: ppc64/gcc 4.1.2: fix build after "8143072: [JVMCI] Port JVMCI to AArch64"
Reviewed-by: goetz
This commit is contained in:
parent
e227bbc9da
commit
28154b095e
@ -62,7 +62,7 @@ protected:
|
||||
vcipher_m = (1 << vcipher),
|
||||
vpmsumb_m = (1 << vpmsumb),
|
||||
tcheck_m = (1 << tcheck ),
|
||||
all_features_m = -1
|
||||
all_features_m = (unsigned long)-1
|
||||
};
|
||||
|
||||
static bool _is_determine_features_test_running;
|
||||
|
Loading…
x
Reference in New Issue
Block a user