summaryrefslogtreecommitdiffstats
path: root/private/windbg/em/p_mips/asm.c
blob: 6dce4e45d8a6b9193da260fd7ef9e1192b7d80f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include "precomp.h"
#pragma hdrstop

XOSD Assemble (
    HPID hpid,
    HTID htid,
    LPADDR lpaddr,
    LSZ lszInput
    )
{
    return xosdUnsupported;
}