From 96baa820df8126165bd3c4a33c561556b21203af Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Mon, 9 Aug 1999 21:36:23 +0000 Subject: import gdb-1999-08-09 snapshot --- sim/m32r/cpuall.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sim/m32r/cpuall.h') diff --git a/sim/m32r/cpuall.h b/sim/m32r/cpuall.h index 3563f74..3c91931 100644 --- a/sim/m32r/cpuall.h +++ b/sim/m32r/cpuall.h @@ -51,6 +51,9 @@ struct argbuf { const IDESC *idesc; char trace_p; char profile_p; + /* ??? Temporary hack for skip insns. */ + char skip_count; + char unused; /* cpu specific data follows */ }; #endif -- cgit v1.1