diff options
| author | Beau McCartney <mccartney.beausl@gmail.com> | 2024-10-06 22:47:46 -0600 |
|---|---|---|
| committer | Beau McCartney <mccartney.beausl@gmail.com> | 2024-10-06 22:47:46 -0600 |
| commit | 609eb00335b91c2b178b04fbdaf6e8e3dee6fa14 (patch) | |
| tree | c74bd2e8045ad10cc5ae45237a6eb8d72fbc400a /core/sys | |
| parent | 2fc04f29c80b48067c7bfd9df4e5e732d33d695a (diff) | |
remove note comments
Diffstat (limited to 'core/sys')
| -rw-r--r-- | core/sys/darwin/mach_darwin.odin | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/sys/darwin/mach_darwin.odin b/core/sys/darwin/mach_darwin.odin index 7d99e7b86..06977305a 100644 --- a/core/sys/darwin/mach_darwin.odin +++ b/core/sys/darwin/mach_darwin.odin @@ -72,7 +72,6 @@ foreign mach { vm_page_size : vm_size_t } -// NOTE(beau): kern_return_t constants - ported directly KERN_SUCCESS : kern_return_t : 0 KERN_INVALID_ADDRESS : kern_return_t : 1 @@ -345,7 +344,6 @@ KERN_NOT_FOUND : kern_return_t : 56 KERN_RETURN_MAX : kern_return_t : 0x100 -// NOTE(beau): VM_FLAGS constants - ported directly /* Maximum return value allowable */ /* |