diff options
| author | mvillalpando06 <[email protected]> | 2023-10-27 15:46:26 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-27 15:46:26 -0700 |
| commit | e6504a0f01e18f1e68d6db6bc4e7f76dad81f414 (patch) | |
| tree | b869e4f004f05a1382c34b978440f513b483ad2b | |
| parent | 691127a809117e4e6d665e7896e3aff3a453e58f (diff) | |
[simbatt] Add missing PAGED_CODE() macro (#1010)
| -rw-r--r-- | simbatt/func/wdf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/simbatt/func/wdf.c b/simbatt/func/wdf.c index e311d25c..de9aee30 100644 --- a/simbatt/func/wdf.c +++ b/simbatt/func/wdf.c @@ -511,6 +511,8 @@ Return Value: UNREFERENCED_PARAMETER(Device); + PAGED_CODE(); + return STATUS_UNSUCCESSFUL; } |
