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 6779ef3 commit 49356d3Copy full SHA for 49356d3
lib/Target/X86/MCTargetDesc/X86MCHadeanExpander.cpp
@@ -31,8 +31,8 @@ MCContext &MCOutputTargetStreamer::getContext() {
31
}
32
33
HadeanExpander::HadeanExpander() :
34
- xorValue(0xf0f0f0f0f0f0f0f0) {
35
- //xorValue(0) {
+ // xorValue(0xf0f0f0f0f0f0f0f0) {
+ xorValue(0) {
36
37
38
MCOutputTargetStreamer *MCOutputTargetStreamer::create(MCStreamer &streamer, MCSubtargetInfo &info) {
@@ -165,7 +165,7 @@ void HadeanExpander::emitValidatedJump(MCOutputTarget &out) {
165
// Backup scratch
166
emitPUSH64r(out, scratch);
167
168
- const bool smarterObfuscation = true;
+ const bool smarterObfuscation = false;
169
if (!smarterObfuscation) {
170
// Decode the branch address
171
emitMOV64ri(out, scratch, xorValue);
0 commit comments