commit | baeaf292ce1e78714af5de0c327a50a5967e3d47 | [log] [tgz] |
---|---|---|
author | Okash Khawaja <okash@google.com> | Fri Apr 28 13:18:28 2023 +0100 |
committer | Okash Khawaja <okash@google.com> | Fri Apr 28 13:18:28 2023 +0100 |
tree | fa6c8c178a9e99c91be1e98e3050217880695453 | |
parent | e31de867a2fd87d170040c48e7bb7c5d1e1161ae [diff] |
refactor(cpus): use BIT macro in a consistent manner In assembly code, BIT macro is used with a preceding hash #. Let's update Cortex X1 code to follow the same convention. Excluding hash doesn't cause compilation to fail or emit incorrect code. Signed-off-by: Okash Khawaja <okash@google.com> Change-Id: If304cdf90542d2edcab3e2d66cd7e905ff7fd047