From bb926a38635a6920c3193ac15cbdf757ae6d0a32 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Thu, 31 Aug 2023 10:13:15 +0100 Subject: [PATCH] [aapcs64] Fix reference to num_za_save_slices --- aapcs64/aapcs64.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aapcs64/aapcs64.rst b/aapcs64/aapcs64.rst index a85e6ed1..ddf14039 100644 --- a/aapcs64/aapcs64.rst +++ b/aapcs64/aapcs64.rst @@ -1439,7 +1439,7 @@ The following table summarizes the three ZA states: +-------------------------+-----------------+--------+------------------------+-------------+ | ``za_save_buffer`` | null | N/A | nonnull | [#za-vars]_ | +-------------------------+-----------------+--------+------------------------+-------------+ -| ``num_za_save_buffers`` | 0 | N/A | nonzero | [#za-vars]_ | +| ``num_za_save_slices`` | 0 | N/A | nonzero | [#za-vars]_ | +-------------------------+-----------------+--------+------------------------+-------------+ | ZA_LIVE | 0 | all | ``num_za_save_slices`` | | +-------------------------+-----------------+--------+------------------------+-------------+