summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuraj Das2017-02-10 16:53:44 -0600
committerSuraj Das2017-02-10 16:53:44 -0600
commit729274f483e8601d9bd0f666ab8fb05efbbefe74 (patch)
treebe0d02552a1b2750a9caf1047b17cdf2fa8846bd
parent0182f7807781fa54a84c3346431e283290a9ae65 (diff)
downloadutils-729274f483e8601d9bd0f666ab8fb05efbbefe74.tar.gz
utils-729274f483e8601d9bd0f666ab8fb05efbbefe74.tar.xz
utils-729274f483e8601d9bd0f666ab8fb05efbbefe74.zip
fixed review comments 1
-rw-r--r--profiling/src/profilingHooksA15Assembly.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiling/src/profilingHooksA15Assembly.asm b/profiling/src/profilingHooksA15Assembly.asm
index 66f5ede..8d96a3a 100644
--- a/profiling/src/profilingHooksA15Assembly.asm
+++ b/profiling/src/profilingHooksA15Assembly.asm
@@ -5,7 +5,7 @@
5@ \brief proliling hooks function. 5@ \brief proliling hooks function.
6@ 6@
7@****************************************************************************** 7@******************************************************************************
8@ Copyright (C) 2013-2017 Texas Instruments Incorporated - http://www.ti.com/ 8@ Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
9@ 9@
10@ 10@
11@ Redistribution and use in source and binary forms, with or without 11@ Redistribution and use in source and binary forms, with or without
@@ -50,7 +50,7 @@
50 .global __cyg_profile_func_exit 50 .global __cyg_profile_func_exit
51 .global mySwitch 51 .global mySwitch
52 .global elemlog 52 .global elemlog
53 .global log_idx 53 .global log_idx
54 54
55@****************************************************************************** 55@******************************************************************************
56@* CODE SECTION 56@* CODE SECTION