Changeset 209
- Timestamp:
- Jul 17, 2017, 1:01:31 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_remote.c
r189 r209 22 22 #include <hal_types.h> 23 23 #include <hal_internal.h> 24 25 #include <string.h> 24 26 25 27 void hal_remote_sb(xptr_t xp, uint8_t data) … … 97 99 xptr_t src ) 98 100 { 99 x86_panic((char *)__func__);101 strcpy((void *)dst, (void *)src); 100 102 } 101 103
Note: See TracChangeset
for help on using the changeset viewer.