| Index: snapshot/win/process_reader_win.h
|
| diff --git a/snapshot/win/process_reader_win.h b/snapshot/win/process_reader_win.h
|
| index 934db7241f0dd63691c84b2196fff602bae9ea00..285fb7f03f8b55a2a6e1940509d571f7cdc40f10 100644
|
| --- a/snapshot/win/process_reader_win.h
|
| +++ b/snapshot/win/process_reader_win.h
|
| @@ -48,10 +48,11 @@ class ProcessReaderWin {
|
| CONTEXT native;
|
| #if defined(ARCH_CPU_64_BITS)
|
| WOW64_CONTEXT wow64;
|
| -#endif;
|
| +#endif
|
| } context;
|
| uint64_t id;
|
| - WinVMAddress teb;
|
| + WinVMAddress teb_address;
|
| + WinVMSize teb_size;
|
| WinVMAddress stack_region_address;
|
| WinVMSize stack_region_size;
|
| uint32_t suspend_count;
|
|
|