summaryrefslogtreecommitdiff
path: root/utils/disassembler/arm
ModeNameSize
-rw-r--r--Makefile488logplain
-rw-r--r--disasm_arm.c18440logplain
-rw-r--r--main.c3474logplain
__/\_ \ * \/ \/ \/ \/ \/ * $Id$ * * Copyright (C) 2010 Mohamed Tarek * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * ****************************************************************************/ #include "codeclib.h" CODEC_HEADER /* this is the codec entry point */ enum codec_status codec_main(void) { DEBUGF("WMA: WMA Professional has not been implemented yet\n"); return CODEC_ERROR; }