Subversion Repositories HelenOS

Rev

Rev 2919 | Rev 3014 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2919 Rev 3013
Line 524... Line 524...
524
   
524
   
525
    klog_printf("dst=%u, size=%u", uspace_addr, n);
525
    klog_printf("dst=%u, size=%u", uspace_addr, n);
526
 
526
 
527
    /* NOTE: this is not strictly from a syscall... but that shouldn't
527
    /* NOTE: this is not strictly from a syscall... but that shouldn't
528
     * be a problem */
528
     * be a problem */
529
    rc = copy_to_uspace((void *)uspace_addr, data, n);
529
//  rc = copy_to_uspace((void *)uspace_addr, data, n);
530
    if (rc) return rc;
530
//  if (rc) return rc;
531
 
531
 
-
 
532
    rc = as_debug_write(uspace_addr, data, n);
-
 
533
 
532
    return 0;
534
    return rc;
533
}
535
}
534
 
536
 
535
/** @}
537
/** @}
536
 */
538
 */