Skip to content

Fix: Corrected the return types of certain system register helper functions#246

Merged
chetan-rathore merged 1 commit intoARM-software:mainfrom
anishnair-arm:main
Feb 24, 2026
Merged

Fix: Corrected the return types of certain system register helper functions#246
chetan-rathore merged 1 commit intoARM-software:mainfrom
anishnair-arm:main

Conversation

@anishnair-arm
Copy link
Contributor

@anishnair-arm anishnair-arm commented Feb 23, 2026

modified following function prototypes
uint64_t bsa_gic_get_far(void)
uint64_t bsa_gic_get_esr(void)
void bsa_gic_update_elr(uint64_t elr_value)
uint64_t bsa_gic_get_elr(void)
uint64_t bsa_gic_ack_intr(void)

Fixes #240

Change-Id: Ic8b0fcc869fb878f495633c31a06b0f94ddfb45d

…ctions.

   modified following function prototypes
   uint64_t bsa_gic_get_far(void)
   uint64_t bsa_gic_get_esr(void)
   void bsa_gic_update_elr(uint64_t elr_value)
   uint64_t bsa_gic_get_elr(void)
   uint64_t bsa_gic_ack_intr(void)

Change-Id: Ic8b0fcc869fb878f495633c31a06b0f94ddfb45d
@chetan-rathore chetan-rathore changed the title Fix: Corrected the return types of certain system register helper fun… Fix: Corrected the return types of certain system register helper functions Feb 24, 2026
@chetan-rathore chetan-rathore merged commit 6d6241a into ARM-software:main Feb 24, 2026
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

System register convenience functions not valid in AArch64 state

2 participants