17 lines
489 B
C++
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
//----------------------------------------------------------------------------
//
// Assemble IA64 machine implementation.
//
// Copyright (C) Microsoft Corporation, 2000-2002.
//
//----------------------------------------------------------------------------
#include "ntsdp.hpp"
void
Ia64MachineInfo::Assemble(ProcessInfo* Process, PADDR paddr, PSTR pchInput)
{
// Not going to implement assemble command at this time
ErrOut("No assemble support for IA64\n");
}