Skip to content

Commit 49356d3

Browse files
alecmocattaaidanhs
authored andcommitted
xoring with 0 again
1 parent 6779ef3 commit 49356d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/Target/X86/MCTargetDesc/X86MCHadeanExpander.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ MCContext &MCOutputTargetStreamer::getContext() {
3131
}
3232

3333
HadeanExpander::HadeanExpander() :
34-
xorValue(0xf0f0f0f0f0f0f0f0) {
35-
//xorValue(0) {
34+
// xorValue(0xf0f0f0f0f0f0f0f0) {
35+
xorValue(0) {
3636
}
3737

3838
MCOutputTargetStreamer *MCOutputTargetStreamer::create(MCStreamer &streamer, MCSubtargetInfo &info) {
@@ -165,7 +165,7 @@ void HadeanExpander::emitValidatedJump(MCOutputTarget &out) {
165165
// Backup scratch
166166
emitPUSH64r(out, scratch);
167167

168-
const bool smarterObfuscation = true;
168+
const bool smarterObfuscation = false;
169169
if (!smarterObfuscation) {
170170
// Decode the branch address
171171
emitMOV64ri(out, scratch, xorValue);

0 commit comments

Comments
 (0)