diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-06-18 22:30:22 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-06-18 22:34:40 +0200 |
commit | 2d23787c4800ce513a726c37afaba781ae891593 (patch) | |
tree | b6c34c843866ea43d09d4b15e15081e2f2cd6c11 /type.c | |
parent | 9177b4ddd86c36eb861cfdbe2342000d97fb2394 (diff) | |
download | mig-2d23787c4800ce513a726c37afaba781ae891593.tar.gz mig-2d23787c4800ce513a726c37afaba781ae891593.tar.bz2 mig-2d23787c4800ce513a726c37afaba781ae891593.zip |
cpu.sym: Replace implementation from Utah with implementation from CMU
This replaces the implementation from the University of Utah, covered by the
advertising clause, with the implementation from CMU, picked up from the GNU
Mach source, which is free from the advertising clause.
This includes the addition of the sizeof as seen used by mig with
git grep word_size
git grep sizeof_
Diffstat (limited to 'type.c')
-rw-r--r-- | type.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ #include "global.h" #include "type.h" #include "message.h" +#include "cpu.h" #if word_size_in_bits == 32 #define word_size_name MACH_MSG_TYPE_INTEGER_32 |