提交 ee2344c5 编写于 作者: B bernard.xiong@gmail.com

remove the unnecessary "#pragma pack(pop)"

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2409 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 6ae9a5d9
...@@ -124,9 +124,7 @@ struct finsh_syscall ...@@ -124,9 +124,7 @@ struct finsh_syscall
#endif #endif
syscall_func func; /* the function address of system call */ syscall_func func; /* the function address of system call */
}; };
#if defined(_MSC_VER)
#pragma pack(pop)
#endif
/* system call item */ /* system call item */
struct finsh_syscall_item struct finsh_syscall_item
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册