Ignore:
Timestamp:
Jun 29, 2017, 1:52:34 PM (7 years ago)
Author:
max@…
Message:

Mmh, fix the return values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_internal.h

    r94 r96  
    4242
    4343uint32_t atomic_cas_32(volatile uint32_t *ptr, uint32_t exp, uint32_t new);
    44 void atomic_add_32(volatile uint32_t *ptr, int32_t incr);
     44uint32_t atomic_add_32(volatile uint32_t *ptr, int32_t incr);
    4545
    4646/* hal_gpt.c */
Note: See TracChangeset for help on using the changeset viewer.