From 7b1b8f62ba644f519b3ddbb26430b5d4134b92a7 Mon Sep 17 00:00:00 2001 From: Rahul Kumar Date: Tue, 24 Jan 2017 11:32:24 -0800 Subject: [PATCH] Fix arm64 build break Commit migrated from https://github.com/dotnet/coreclr/commit/67c9dda70b909e6dd5371c9615d61c19fba13199 --- src/coreclr/src/inc/regdisp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/src/inc/regdisp.h b/src/coreclr/src/inc/regdisp.h index 1b09ca0..4e2a565 100644 --- a/src/coreclr/src/inc/regdisp.h +++ b/src/coreclr/src/inc/regdisp.h @@ -8,7 +8,7 @@ #ifdef DEBUG_REGDISPLAY class Thread; - +struct REGDISPLAY; void CheckRegDisplaySP (REGDISPLAY *pRD); #endif // DEBUG_REGDISPLAY -- 2.7.4