Changeset 209


Ignore:
Timestamp:
Jul 17, 2017, 1:01:31 PM (7 years ago)
Author:
max@…
Message:

add hal_remote_strcpy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_remote.c

    r189 r209  
    2222#include <hal_types.h>
    2323#include <hal_internal.h>
     24
     25#include <string.h>
    2426
    2527void hal_remote_sb(xptr_t xp, uint8_t data)
     
    9799                        xptr_t src )
    98100{
    99         x86_panic((char *)__func__);
     101        strcpy((void *)dst, (void *)src);
    100102}
    101103
Note: See TracChangeset for help on using the changeset viewer.