From 6a8e78667bd096e41a909273e4359bc62e444992 Mon Sep 17 00:00:00 2001 From: Missy Connell Date: Mon, 3 Dec 2012 12:13:25 -0600 Subject: Dump Collect code RTC:46996 Change-Id: I18863c91dcde353df6201c3c13e101626f24206b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3131 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell Reviewed-by: A. Patrick Williams III --- src/include/usr/runtime/runtime_reasoncodes.H | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/include/usr/runtime/runtime_reasoncodes.H') diff --git a/src/include/usr/runtime/runtime_reasoncodes.H b/src/include/usr/runtime/runtime_reasoncodes.H index 0986d585b..4a8f8c0ae 100644 --- a/src/include/usr/runtime/runtime_reasoncodes.H +++ b/src/include/usr/runtime/runtime_reasoncodes.H @@ -5,7 +5,7 @@ /* */ /* IBM CONFIDENTIAL */ /* */ -/* COPYRIGHT International Business Machines Corp. 2012 */ +/* COPYRIGHT International Business Machines Corp. 2012,2013 */ /* */ /* p1 */ /* */ @@ -54,6 +54,8 @@ namespace RUNTIME RC_BAD_NACA = RUNTIME_COMP_ID | 0x0A, RC_INVALID_ADDRESS = RUNTIME_COMP_ID | 0x0B, RC_INVALID_SECTION = RUNTIME_COMP_ID | 0x0C, + RC_CANNOT_MAP_MEMORY3 = RUNTIME_COMP_ID | 0x0D, + }; }; -- cgit v1.2.3