FreeCalypso > hg > freecalypso-reveng
changeset 200:492a6360e64d
leo-obj/frame_na7_db_ir: disassemble frame.obj in order to bring to light
the compiled form of that infamous TraceMask[0] = 0; line
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 06 Jun 2015 18:32:49 +0000 |
parents | 4526143a77ce |
children | 0f767203114a |
files | leo-obj/frame_na7_db_ir/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/leo-obj/frame_na7_db_ir/Makefile Mon May 25 04:50:24 2015 +0000 +++ b/leo-obj/frame_na7_db_ir/Makefile Sat Jun 06 18:32:49 2015 +0000 @@ -1,6 +1,6 @@ OSL= os_com.obj os_drv.obj os_evt.obj os_isr.obj os_mem.obj os_mis.obj \ os_pro.obj os_sem.obj os_tim.obj -OBJS= ${OSL} +OBJS= ${OSL} frame.obj TARGETS=$(patsubst %.obj,%.disasm,${OBJS}) $(patsubst %.obj,%.ctypes,${OBJS}) TOOL= ../tool/tiobjd