changed pvAccess url, save adaption to old network stack
This commit is contained in:
committed by
Brendan Chandler
parent
4127f6efec
commit
54f2d8887f
@@ -27,6 +27,10 @@
|
||||
#include "postfixPvt.h"
|
||||
#include "libComAPI.h"
|
||||
|
||||
#ifdef RTEMS_HAS_ALTIVEC
|
||||
#pragma GCC push_options
|
||||
#pragma GCC optimize ("O0")
|
||||
#endif
|
||||
|
||||
/* declarations for postfix */
|
||||
|
||||
@@ -626,3 +630,6 @@ LIBCOM_API void
|
||||
}
|
||||
}
|
||||
}
|
||||
#ifdef RTEMS_HAS_ALTIVEC
|
||||
#pragma GCC pop_options
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user