# HG changeset patch # User Space Falcon # Date 1433615569 0 # Node ID 492a6360e64d79c4a6fc2c534cff453f98af1166 # Parent 4526143a77ce1df82695733dd77b2a8410127ce2 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 diff -r 4526143a77ce -r 492a6360e64d leo-obj/frame_na7_db_ir/Makefile --- 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