changed pvAccess url, save adaption to old network stack

This commit is contained in:
Heinz Junkes
2021-01-29 12:36:31 -06:00
committed by Brendan Chandler
parent 4127f6efec
commit 54f2d8887f
8 changed files with 83 additions and 46 deletions
+7
View File
@@ -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