7171422: Change 7161732 breaks SA on Windows

Reviewed-by: dholmes, sla
This commit is contained in:
Rickard Bäckman 2012-05-24 13:37:47 +02:00
parent be3945d9ff
commit 0ccc41fc10

View File

@ -43,6 +43,7 @@
#define VM_TYPES_OS_CPU(declare_type, declare_toplevel_type, declare_oop_type, declare_integer_type, declare_unsigned_integer_type, declare_c1_toplevel_type, declare_c2_type, declare_c2_toplevel_type, last_entry) \
\
declare_unsigned_integer_type(OSThread::thread_id_t) \
/* This must be the last entry, and must be present */ \
last_entry()