Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
target/loongarch: Terminate vmstate subsections list
This list requires a NULL terminator.

Fixes: 16f5396 ("target/loongarch: Add LSX data type VReg")
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230510062405.127260-1-richard.henderson@linaro.org>
  • Loading branch information
rth7680 committed May 10, 2023
1 parent 577e648 commit 7534695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target/loongarch/machine.c
Expand Up @@ -163,5 +163,6 @@ const VMStateDescription vmstate_loongarch_cpu = {
.subsections = (const VMStateDescription*[]) {
&vmstate_fpu,
&vmstate_lsx,
NULL
}
};

0 comments on commit 7534695

Please sign in to comment.