1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

p_mach.h: fix C++ syntax.

This commit is contained in:
Markus F.X.J. Oberhumer 2016-10-06 09:51:30 +02:00
parent 1f51ef7df6
commit d335d7bafd

View File

@ -974,7 +974,7 @@ protected:
virtual void addStubEntrySections(Filter const *);
__packed_struct(Mach_thread_command)
typedef typename MachITypes::Word Word;
typedef MachITypes::Word Word;
Word cmd; /* LC_THREAD or LC_UNIXTHREAD */
Word cmdsize; /* total size of this command */
Word flavor;