Sync aseq.h with MM

This commit is contained in:
Tharo 2025-05-23 02:04:39 +01:00
parent 5a20d34c20
commit ffc83a85c7
1 changed files with 1 additions and 1 deletions

View File

@ -827,7 +827,7 @@ _RESET_SECTION
.macro _wr_s16 value
/* Ensure the provided arg value fits in 16 bits (signed) */
_check_arg_bitwidth_s \value, 16
_wr16 \value
_wr16 \value & 0xFFFF
.endm
.macro _wr_u16 value