On 1/5/23 08:43, Alex Bennée wrote:
@@ -60,8 +67,6 @@ typedef struct GDBState {
      int signal;
  #ifdef CONFIG_USER_ONLY
      GDBUserState user;
-#else
-    GDBSystemState system;

In patch 6 you nested this variable, and now you're undoing that.
Get this placed properly to start, as I suggested, to reduce churn.


r~

Reply via email to