projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a26e725
)
format patch fix
author
Sinan Kaya
<sinan.kaya@microsoft.com>
Sat, 21 Sep 2019 16:10:54 +0000
(16:10 +0000)
committer
Sinan Kaya
<sinan.kaya@microsoft.com>
Sat, 21 Sep 2019 16:10:54 +0000
(16:10 +0000)
Commit migrated from https://github.com/dotnet/coreclr/commit/
0cad3837f36e04d105a35e0bcb040d67b32a845a
src/coreclr/src/jit/unwindarm.cpp
patch
|
blob
|
history
diff --git
a/src/coreclr/src/jit/unwindarm.cpp
b/src/coreclr/src/jit/unwindarm.cpp
index c42cbd143be94ae2f7f3d8b5c40aa2943e5012fc..2af9c380d2d69a065f9b7a663ec0fe8cd5414dd5 100644
(file)
--- a/
src/coreclr/src/jit/unwindarm.cpp
+++ b/
src/coreclr/src/jit/unwindarm.cpp
@@
-1922,7
+1922,7
@@
void UnwindInfo::Split()
// Call the emitter to do the split, and call us back for every split point it chooses.
uwiComp->GetEmitter()->emitSplit(uwiFragmentLast->ufiEmitLoc, uwiEndLoc, maxFragmentSize, (void*)this,
- EmitSplitCallback);
+
EmitSplitCallback);
#ifdef DEBUG
// Did the emitter split the function/funclet into as many fragments as we asked for?