From 6a2e3b34c3c9ac32456d38567b9f44ab6aea2f63 Mon Sep 17 00:00:00 2001 From: Rama Krishnan Raghupathy Date: Wed, 30 Mar 2016 20:00:57 -0700 Subject: Getting SOS to work on ARm64: This mainly involved DACizing the VM code. A bulk edit for changing RUNTIME_FUNCTION to T_RUNTIME_FUNCTION [tfs-changeset: 1591667] --- src/zap/zapcode.cpp | 2 +- src/zap/zapcode.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/zap') diff --git a/src/zap/zapcode.cpp b/src/zap/zapcode.cpp index 2e7f21590a..ca1c023f20 100644 --- a/src/zap/zapcode.cpp +++ b/src/zap/zapcode.cpp @@ -1291,7 +1291,7 @@ ZapGCInfo * ZapGCInfoTable::GetGCInfo(PVOID pBlob, SIZE_T cbBlob) void ZapUnwindInfo::Save(ZapWriter * pZapWriter) { - RUNTIME_FUNCTION runtimeFunction; + T_RUNTIME_FUNCTION runtimeFunction; #if defined(_TARGET_ARM_) RUNTIME_FUNCTION__SetBeginAddress(&runtimeFunction, GetStartAddress()); diff --git a/src/zap/zapcode.h b/src/zap/zapcode.h index d68f9028c1..ed8cc2d807 100644 --- a/src/zap/zapcode.h +++ b/src/zap/zapcode.h @@ -427,7 +427,7 @@ public: virtual DWORD GetSize() { - return sizeof(RUNTIME_FUNCTION); + return sizeof(T_RUNTIME_FUNCTION); } virtual ZapNodeType GetType() -- cgit v1.2.3