| Index: sandbox/win/src/sidestep/preamble_patcher_with_stub.cpp
|
| diff --git a/sandbox/src/sidestep/preamble_patcher_with_stub.cpp b/sandbox/win/src/sidestep/preamble_patcher_with_stub.cpp
|
| similarity index 97%
|
| rename from sandbox/src/sidestep/preamble_patcher_with_stub.cpp
|
| rename to sandbox/win/src/sidestep/preamble_patcher_with_stub.cpp
|
| index 4bdd79c20175b8b4fcad9da538ac554fe22f31e4..999d76bb21a8004ec25a7a7205454268f2813f0d 100644
|
| --- a/sandbox/src/sidestep/preamble_patcher_with_stub.cpp
|
| +++ b/sandbox/win/src/sidestep/preamble_patcher_with_stub.cpp
|
| @@ -4,10 +4,10 @@
|
|
|
| // Implementation of PreamblePatcher
|
|
|
| -#include "sandbox/src/sidestep/preamble_patcher.h"
|
| +#include "sandbox/win/src/sidestep/preamble_patcher.h"
|
|
|
| -#include "sandbox/src/sandbox_nt_util.h"
|
| -#include "sandbox/src/sidestep/mini_disassembler.h"
|
| +#include "sandbox/win/src/sandbox_nt_util.h"
|
| +#include "sandbox/win/src/sidestep/mini_disassembler.h"
|
|
|
| // Definitions of assembly statements we need
|
| #define ASM_JMP32REL 0xE9
|
|
|